// Type definitions for gulp-dtsm 0.0.0 // Project: https://github.com/9joneg/gulp-dtsm // Definitions by: Aya Morisawa // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped /// declare function dtsm(): NodeJS.WritableStream; declare namespace dtsm { } export = dtsm;