Function/node_modules/has-proto/index.d.ts
Unknown 46deb1c0ef a
2024-06-04 17:46:01 -07:00

3 lines
No EOL
57 B
TypeScript

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