fixed some tests for npm module

This commit is contained in:
Bart van der Schoor
2014-04-01 02:11:48 +02:00
parent f730d125d0
commit 526b68f31a
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -4,5 +4,5 @@
// Definitions: https://github.com/borisyankov/DefinitelyTyped
declare module 'source-map-support' {
export function install();
export function install(): any;
}