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

1.1.4 • Public • Published

Installation

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

Summary

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

Details

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

index.d.ts

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

type GulpRewriteCssPathAdapter = (
    context: { sourceDir: string; sourceFile: string; destinationDir: string; targetFile: string },
) => string;

interface GulpRewriteCss {
    (options: {
        destination: string;
        debug?: boolean;
        adaptPath?: GulpRewriteCssPathAdapter;
    }): NodeJS.ReadWriteStream;
    adaptPath: GulpRewriteCssPathAdapter;
}

declare var gulpRewriteCss: GulpRewriteCss;

export = gulpRewriteCss;

Additional Details

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

Credits

These definitions were written by Christophe Coevoet.

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @types/gulp-rewrite-css

    Weekly Downloads

    186

    Version

    1.1.4

    License

    MIT

    Unpacked Size

    3.62 kB

    Total Files

    5

    Last publish

    Collaborators

    • types