mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
14 lines
346 B
TypeScript
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;
|