Files
Online-library/node_modules/has-proto/index.d.ts
2025-05-05 17:26:53 +04:00

4 lines
58 B
TypeScript

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