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

3 lines
73 B
TypeScript
Raw Normal View History

2026-02-14 07:43:48 +00:00
declare function hasNativeSymbols(): boolean;
export = hasNativeSymbols;