mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
fix to match the name of the module
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
/// <reference path="./on-finished.d.ts" />
|
||||
|
||||
import events = require('events');
|
||||
import OnFinished = require('on-finished');
|
||||
|
||||
function test_finished() {
|
||||
|
||||
|
||||
Vendored
+1
-1
@@ -5,7 +5,7 @@
|
||||
|
||||
/// <reference path="../node/node.d.ts" />
|
||||
|
||||
declare module OnFinished {
|
||||
declare module 'on-finished' {
|
||||
|
||||
export function onFinished(msg:NodeJS.EventEmitter, listener:Function): NodeJS.EventEmitter;
|
||||
export function isFinished(msg:NodeJS.EventEmitter):boolean;
|
||||
|
||||
Reference in New Issue
Block a user