DefinitelyTyped/types/get-caller-file/index.d.ts
2018-02-14 20:08:12 +01:00

9 lines
326 B
TypeScript

// Type definitions for get-caller-file 1.0
// Project: https://github.com/stefanpenner/get-caller-file#readme
// Definitions by: Klaus Meinhardt <https://github.com/ajafff>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare function getCallerFile(position?: number): string;
export = getCallerFile;