// Type definitions for on-finished v2.2.0 // Project: https://github.com/jshttp/on-finished // Definitions by: Honza Dvorsky // Definitions: https://github.com/borisyankov/DefinitelyTyped /// declare module 'on-finished' { function onFinished(msg:NodeJS.EventEmitter, listener:Function): NodeJS.EventEmitter; module onFinished { export function isFinished(msg:NodeJS.EventEmitter):boolean; } export = onFinished; }