NCNU-Scholarship/node_modules/has-proto/index.d.ts
2024-05-29 19:03:32 +08:00

3 lines
57 B
TypeScript

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