UNPKG

@deepkit/framework

Version:

11 lines (10 loc) 387 B
export declare function resolve(specifier: string, context: { parentURL: string; }, defaultResolve: typeof resolve): Promise<{ url: string; }>; export declare function getFormat(url: any, context: any, defaultGetFormat: any): any; export declare function transformSource(source: any, context: { url: string; format: string; }, defaultTransformSource: any): Promise<any>;