mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Remove trailing whitespaces
This commit is contained in:
Vendored
+1
-1
@@ -8,7 +8,7 @@
|
||||
declare module 'through2' {
|
||||
|
||||
import stream = require('stream');
|
||||
|
||||
|
||||
type TransfofmCallback = (err?: any, data?: any) => void;
|
||||
type TransformFunction = (chunk: any, enc: string, callback: TransfofmCallback) => void;
|
||||
type FlashCallback = (flushCallback: () => void) => void;
|
||||
|
||||
Reference in New Issue
Block a user