Files
playbook/codex/skills/brainstorming/scripts/node_modules/get-proto/index.d.ts
T
ci-bot 836d8781b4
Update Third-party Superpowers / Update thirdparty/skill snapshot (push) Successful in 1m17s
📦 deps(skills): sync superpowers
2026-03-12 01:21:01 +00:00

6 lines
126 B
TypeScript

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