4 lines
61 B
TypeScript
4 lines
61 B
TypeScript
|
declare function sizeof(obj: any): number;
|
||
|
|
||
|
export = sizeof;
|