mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-26 11:12:19 +08:00
on-finished typings
This commit is contained in:
Vendored
+10
@@ -0,0 +1,10 @@
|
||||
// Type definitions for on-finished v2.2.0
|
||||
// Project: https://github.com/jshttp/on-finished
|
||||
// Definitions by: Honza Dvorsky <http://github.com/czechboy0>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
declare module 'on-finished' {
|
||||
|
||||
export function onFinished(msg:any, listener:Function):any;
|
||||
export function isFinished(msg:any):boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user