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

5 lines
144 B
TypeScript

declare function setDunderProto<P extends null | object>(target: {}, proto: P): P;
declare const x: false | typeof setDunderProto;
export = x;