LarpixClient/electron/node_modules/app-builder-lib/out/util/resolve.d.ts
olcxja fb6c8b6ee9
All checks were successful
Android Build / publish (push) Successful in 55s
Linux Build / publish (push) Successful in 1m6s
update electron to v43
2026-07-09 22:38:33 +02:00

2 lines
235 B
TypeScript

export declare function resolveModule<T>(type: string | undefined, name: string): Promise<T>;
export declare function resolveFunction<T>(type: string | undefined, executor: T | string, name: string, rootSearchDir: string): Promise<T>;