size.d.ts 57 B

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