NeahNew/node_modules/app-builder-lib/out/util/resolve.d.ts
2025-05-06 22:43:27 +02:00

3 lines
212 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): Promise<T>;