Files
AI-Testing/frontend/node_modules/has-symbols/index.d.ts
2026-03-24 10:35:58 +08:00

3 lines
73 B
TypeScript

declare function hasNativeSymbols(): boolean;
export = hasNativeSymbols;