LarpixClient/electron/node_modules/app-builder-lib/out/util/pathManager.d.ts
2026-07-09 22:38:33 +02:00

3 lines
190 B
TypeScript

export declare function getTemplatePath(file: string): string;
export declare function getVendorPath(file?: string): string;
export declare const parseUrl: (url: string) => URL | undefined;