파일
2026-04-08 17:52:38 +08:00

5 라인
144 B
TypeScript

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