Files
AI-Testing/frontend/node_modules/dunder-proto/set.d 2.ts
2026-04-18 20:20:38 +08: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;