@types/gulp-autoprefixer
TypeScript definitions for gulp-autoprefixer
Last updated 5 years ago by types .
MIT · Repository · Original npm · Tarball · package.json
$ cnpm install @types/gulp-autoprefixer 
SYNC missed versions from official npm registry.

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.

Current Tags

  • 0.0.33                                ...           latest (5 years ago)
  • 0.0.31                                ...           ts2.0 (8 years ago)
  • 0.0.31                                ...           ts2.1 (8 years ago)
  • 0.0.32                                ...           ts2.2 (7 years ago)
  • 0.0.32                                ...           ts2.3 (7 years ago)
  • 0.0.32                                ...           ts2.4 (7 years ago)
  • 0.0.32                                ...           ts2.5 (7 years ago)
  • 0.0.32                                ...           ts2.6 (7 years ago)
  • 0.0.32                                ...           ts2.7 (7 years ago)
  • 0.0.32                                ...           ts2.8 (7 years ago)
  • 0.0.32                                ...           ts2.9 (7 years ago)
  • 0.0.32                                ...           ts3.0 (7 years ago)
  • 0.0.32                                ...           ts3.1 (7 years ago)
  • 0.0.32                                ...           ts3.2 (7 years ago)
  • 0.0.32                                ...           ts3.3 (7 years ago)
  • 0.0.32                                ...           ts3.4 (7 years ago)
  • 0.0.32                                ...           ts3.5 (7 years ago)
  • 0.0.33                                ...           ts3.6 (5 years ago)
  • 0.0.33                                ...           ts3.7 (5 years ago)
  • 0.0.33                                ...           ts3.8 (5 years ago)
  • 0.0.33                                ...           ts3.9 (5 years ago)
  • 0.0.33                                ...           ts4.0 (5 years ago)
  • 0.0.33                                ...           ts4.1 (5 years ago)
  • 0.0.33                                ...           ts4.2 (5 years ago)
  • 0.0.33                                ...           ts4.3 (5 years ago)
  • 0.0.33                                ...           ts4.4 (5 years ago)
  • 0.0.33                                ...           ts4.5 (5 years ago)
  • 0.0.33                                ...           ts4.6 (5 years ago)

15 Versions

  • 0.0.33                                ...           5 years ago
  • 0.0.32                                ...           7 years ago
  • 0.0.31                                ...           8 years ago
  • 0.0.30                                ...           9 years ago
  • 0.0.29                                ...           10 years ago
  • 0.0.28                                ...           10 years ago
  • 0.0.27-alpha                                ...           10 years ago
  • 0.0.26-alpha                                ...           10 years ago
  • 0.0.25-alpha                                ...           10 years ago
  • 0.0.24-alpha                                ...           10 years ago
  • 0.0.23-alpha                                ...           10 years ago
  • 0.0.22-alpha                                ...           10 years ago
  • 0.0.21-alpha                                ...           10 years ago
  • 0.0.16-alpha                                ...           10 years ago
  • 0.0.15-alpha                                ...           10 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 15
Last Day 0
Last Week 15
Last Month 0
Dependencies (1)
Dev Dependencies (0)
None
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org | Home |