DefinitelyTyped/types/gulp-dtsm/index.d.ts
2017-03-24 14:27:52 -07:00

14 lines
346 B
TypeScript

// 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 types="node" />
declare function dtsm(): NodeJS.WritableStream;
declare namespace dtsm { }
export = dtsm;