2025-06-30 09:38:03 +08: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>;