Files
agent-skills/wechat-article-extractor-skill/node_modules/dunder-proto/get.d.ts
Hermes Agent ccc63d1e70 first commit
2026-05-10 13:52:46 +08:00

5 lines
121 B
TypeScript

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