ken_nogi/NodeJS/postfixconsole_org2/node_modules/get-proto/index.d.ts
Kenichiro NOGI 88a402ce0f up
2026-07-10 18:13:30 +09:00

6 lines
126 B
TypeScript

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