astro-ghostcms/.pnpm-store/v3/files/f0/00f5a5253744351e0147fc0907b...

3 lines
172 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
import type { ModuleLoader } from '../core/module-loader/index.js';
export declare function createResolve(loader: ModuleLoader, root: URL): (s: string) => Promise<string>;