UNPKG

@ckeditor/ckeditor5-dev-utils

Version:
12 lines (11 loc) 349 B
/** * This can be replaced with `fileURLToPath( import.meta.resolve( '<NAME>' ) )` * once Vitest 4 releases and we update to it. * * In Vitest 3 and earlier, `import.meta.resolve` results in the following error: * * ``` * __vite_ssr_import_meta__.resolve is not a function * ``` */ export declare function resolveLoader(loaderName: string): string;