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
5 lines
112 B
TypeScript
5 lines
112 B
TypeScript
import caller = require('caller');
|
|
|
|
const callerFile: string = caller();
|
|
const callerFile2: string = caller(1);
|