UNPKG

astro

Version:

Astro is a modern site builder with web best practices, performance, and DX front-of-mind.

3 lines (2 loc) 172 B
import type { ModuleLoader } from '../core/module-loader/index.js'; export declare function createResolve(loader: ModuleLoader, root: URL): (s: string) => Promise<string>;