size.d.ts 57 B

1234
  1. declare function size(obj: any): number;
  2. export = size;