UNPKG

@fly/cdn

Version:
6 lines (5 loc) 270 B
/** @module Config */ import { FetchFunction } from "../fetch"; import { ItemConfig } from "./index"; export declare function buildMiddleware(fetch: FetchFunction, config: ItemConfig): FetchFunction; export declare function validateMiddleware(config: ItemConfig): void;