Files
VFXdemo/node_modules/get-proto/index.d.ts
Daniel afbcd99224 fix
2026-04-01 20:06:17 +08:00

6 lines
126 B
TypeScript

declare function getProto<O extends object>(object: O): object | null;
declare const x: typeof getProto | null;
export = x;