0.0.37 • Published 2 years ago

@types/gulp-autoprefixer v0.0.37

Weekly downloads
9,945
License
MIT
Repository
github
Last release
2 years ago

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

// Type definitions for gulp-autoprefixer
// Project: https://github.com/sindresorhus/gulp-autoprefixer
// Definitions by: Asana <https://asana.com>, Jordy van Dortmont <https://github.com/jordyvandortmont>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.2

/// <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: Thu, 08 Jul 2021 12:02:33 GMT
  • Dependencies: @types/node
  • Global values: none

Credits

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

0.0.35

2 years ago

0.0.36

2 years ago

0.0.37

2 years ago

0.0.34

2 years ago

0.0.33

4 years ago

0.0.32

6 years ago

0.0.31

8 years ago

0.0.30

8 years ago

0.0.29

9 years ago

0.0.28

9 years ago

0.0.27-alpha

9 years ago

0.0.26-alpha

9 years ago

0.0.25-alpha

9 years ago

0.0.24-alpha

9 years ago

0.0.23-alpha

9 years ago

0.0.22-alpha

9 years ago

0.0.21-alpha

9 years ago

0.0.16-alpha

9 years ago

0.0.15-alpha

9 years ago