knowledgebase_law/node_modules/has-proto/index.d.ts
2025-04-11 11:47:09 -04:00

4 lines
58 B
TypeScript

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