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