Files
Mo-Misinformation-Counter/node_modules/dunder-proto/set.d.ts
2026-01-10 23:41:07 +00: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;