ken_nogi/NodeJS/postfixConsole/node_modules/dunder-proto/set.d.ts
Kenichiro NOGI 88a402ce0f up
2026-07-10 18:13:30 +09: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;