mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-23 12:50:40 +08:00
8 lines
204 B
TypeScript
8 lines
204 B
TypeScript
/// <reference path="../node/node.d.ts" />
|
|
/// <reference path="./gulp-babel.d.ts" />
|
|
|
|
import babel from 'gulp-babel';
|
|
|
|
var x: NodeJS.ReadWriteStream = babel();
|
|
var x: NodeJS.ReadWriteStream = babel({});
|