Files
timetracker/node_modules/dunder-proto/get.d.ts
Felix Schlusche 9310cb2b8f Initial commit
2025-10-23 00:32:06 +02:00

5 lines
121 B
TypeScript

declare function getDunderProto(target: {}): object | null;
declare const x: false | typeof getDunderProto;
export = x;