3 lines
36 B
TypeScript
3 lines
36 B
TypeScript
declare let obj: any;
|
|
export = obj;
|
declare let obj: any;
|
|
export = obj;
|