sizeof.d.ts 61 B

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