mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
9 lines
326 B
TypeScript
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;
|