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

0.0.37 • Public • Published

Installation

npm install --save @types/gulp-autoprefixer

Summary

This package contains type definitions for gulp-autoprefixer (https://github.com/sindresorhus/gulp-autoprefixer).

Details

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

index.d.ts

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

declare namespace autoPrefixer {
    interface Options {
        env?: string | undefined;
        cascade?: boolean | undefined;
        add?: boolean | undefined;
        remove?: boolean | undefined;
        supports?: boolean | undefined;
        flexbox?: boolean | "no-2009" | undefined;
        grid?: false | "autoplace" | "no-autoplace" | undefined;
        stats?: object | undefined;
        browsers?: string[] | undefined;
        ignoreUnknownVersions?: boolean | undefined;
    }
}

declare function autoPrefixer(opts?: autoPrefixer.Options): NodeJS.ReadWriteStream;

export = autoPrefixer;

Additional Details

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

Credits

These definitions were written by Asana, and Jordy van Dortmont.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/gulp-autoprefixer

Weekly Downloads

11,714

Version

0.0.37

License

MIT

Unpacked Size

4.12 kB

Total Files

5

Last publish

Collaborators

  • types