Files
RentWeAppFront/node_modules/has-symbols/index.d.ts

3 lines
73 B
TypeScript
Raw Normal View History

2025-11-14 11:39:33 +08:00
declare function hasNativeSymbols(): boolean;
export = hasNativeSymbols;