mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* typedefinition for Caller * edit comment change comment Definitions information, delete useless comment * edit comment * remove patch version * restore Definitions line
9 lines
275 B
TypeScript
9 lines
275 B
TypeScript
// Type definitions for caller 1.0
|
|
// Project: https://github.com/totherik/caller
|
|
// Definitions by: Ignocide <https://github.com/ignocide>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
declare function caller(depth?: number): string;
|
|
|
|
export = caller;
|