mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
🐛 added contents directly instead of having a module declaration
This commit is contained in:
10
types/flushable/index.d.ts
vendored
10
types/flushable/index.d.ts
vendored
@@ -14,9 +14,7 @@ export interface FlushableOperation {
|
||||
flush: () => void;
|
||||
}
|
||||
|
||||
declare module 'flushable' {
|
||||
export default function flushable(
|
||||
onComplete: FlushableOnCompleteHandler,
|
||||
delay: number
|
||||
): FlushableOperation;
|
||||
}
|
||||
export default function flushable(
|
||||
onComplete: FlushableOnCompleteHandler,
|
||||
delay: number
|
||||
): FlushableOperation;
|
||||
|
||||
Reference in New Issue
Block a user