Remove namespace per review comment

This commit is contained in:
Klaus Meinhardt 2018-02-14 20:08:12 +01:00
parent 7629231280
commit 86e85fd0e0

View File

@ -4,6 +4,5 @@
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare function getCallerFile(position?: number): string;
declare namespace getCallerFile {}
export = getCallerFile;