mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-01 12:42:58 +08:00
on-finished typings
This commit is contained in:
10
on-finished/on-finished.d.ts
vendored
Normal file
10
on-finished/on-finished.d.ts
vendored
Normal file
@@ -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