index.d.ts 70 B

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