Files
HRM-System/node_modules/has-proto/index.d.ts
2026-04-13 08:19:53 +08:00

4 lines
58 B
TypeScript

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