index.d.ts 73 B

123
  1. declare function hasNativeBigInts(): boolean;
  2. export = hasNativeBigInts;