mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
Unwrap all lone ambient external modules
This commit is contained in:
7
stream-to-array/stream-to-array.d.ts
vendored
7
stream-to-array/stream-to-array.d.ts
vendored
@@ -6,7 +6,6 @@
|
||||
|
||||
/// <reference path="../node/node.d.ts" />
|
||||
|
||||
declare module 'stream-to-array' {
|
||||
function toArray(stream: NodeJS.ReadableStream, callback: (err: any, arr: any[]) => void): NodeJS.ReadWriteStream;
|
||||
export = toArray;
|
||||
}
|
||||
|
||||
declare function toArray(stream: NodeJS.ReadableStream, callback: (err: any, arr: any[]) => void): NodeJS.ReadWriteStream;
|
||||
export = toArray;
|
||||
|
||||
Reference in New Issue
Block a user