4 lines
66 B
TypeScript
4 lines
66 B
TypeScript
declare function defined(...args: any[]): any;
|
|
|
|
export = defined;
|