UNPKG

@ckeditor/ckeditor5-dev-utils

Version:
16 lines (15 loc) 486 B
/** * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md. */ /** * 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;