DefinitelyTyped/types/caller/index.d.ts
sungmin kim 5fa7e99518 typedefinition for Caller (#29406)
* typedefinition for Caller

* edit comment

change comment Definitions information, 
delete useless  comment

* edit comment

* remove patch version
* restore Definitions line
2018-10-04 10:54:05 -07:00

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;