Files
Web-Printing-Toolkit/node_modules/dunder-proto/set.d.ts
TheGreydiamond 7b45a854fe inital commit
2025-08-18 20:02:43 +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;