Files
n8n-nodes-gwezz-changdunovel/node_modules/napi-postinstall/lib/fallback.d.ts
2025-10-26 23:10:15 +08:00

3 lines
111 B
TypeScript

declare function fallback<T = unknown>(packageJsonPath: string, checkVersion?: boolean): T;
export = fallback;