Files
Julianum/node_modules/has-proto/index.d.ts
2024-06-11 23:18:25 +02:00

3 lines
57 B
TypeScript

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