heystreamer/node_modules/dunder-proto/get.d.ts
Bashy 6c7facadce
Some checks failed
CI / check (push) Has been cancelled
rework
2026-04-26 23:00:55 +03:00

5 lines
No EOL
121 B
TypeScript

declare function getDunderProto(target: {}): object | null;
declare const x: false | typeof getDunderProto;
export = x;