@types/gulp-concat-css
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

Installation

npm install --save @types/gulp-concat-css

Summary

This package contains type definitions for gulp-concat-css (https://github.com/mariocasciaro/gulp-concat-css).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gulp-concat-css.

index.d.ts

/// <reference types="node"/>

interface Options {
    inlineImports?: boolean | undefined;
    rebaseUrls?: boolean | undefined;
    includePaths?: string[] | undefined;
    commonBase?: string | undefined;
}

interface Concat {
    (destFile: string, options?: Options): NodeJS.ReadWriteStream;
}

declare var concatCss: Concat;
export = concatCss;

Additional Details

  • Last updated: Tue, 07 Nov 2023 03:09:37 GMT
  • Dependencies: @types/node

Credits

These definitions were written by Igor Voropaev.

/@types/gulp-concat-css/

    Package Sidebar

    Install

    npm i @types/gulp-concat-css

    Weekly Downloads

    292

    Version

    1.0.2

    License

    MIT

    Unpacked Size

    3.38 kB

    Total Files

    5

    Last publish

    Collaborators

    • types