UNPKG

declarations

Version:

[![npm version](https://badge.fury.io/js/declarations.svg)](https://www.npmjs.com/package/declarations)

15 lines (10 loc) 377 B
// Type definitions for gulp-dtsm 0.0.0 // Project: https://github.com/9joneg/gulp-dtsm // Definitions by: Aya Morisawa <https://github.com/AyaMorisawa> // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped /// <reference path="../node/node.d.ts" /> declare module "gulp-dtsm" { function dtsm(): NodeJS.WritableStream; namespace dtsm {} export = dtsm; }