UNPKG

snowpack

Version:

The ESM-powered frontend build tool. Fast, lightweight, unbundled.

3 lines (2 loc) 155 B
import { ServerRuntime, ServerRuntimeConfig } from '../types'; export declare function createLoader({ config, load }: ServerRuntimeConfig): ServerRuntime;