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

1.2.4 • Public • Published

Installation

npm install --save @types/gulp-svgmin

Summary

This package contains type definitions for gulp-svgmin (https://github.com/ben-eb/gulp-svgmin).

Details

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

index.d.ts

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

import SVGO = require("svgo");
import { Transform } from "stream";
import * as File from "vinyl";

export = GulpSvgmin;

declare function GulpSvgmin(cb: (file: File) => SVGO.Options): Transform;
declare function GulpSvgmin(options?: SVGO.Options): Transform;

Additional Details

Credits

These definitions were written by Aankhen.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/gulp-svgmin

Weekly Downloads

18,814

Version

1.2.4

License

MIT

Unpacked Size

3.36 kB

Total Files

5

Last publish

Collaborators

  • types