UNPKG

package-proxy

Version:
4 lines (3 loc) 115 B
/** @format */ import { Settings } from "./types"; export declare const createProxy: (settings: Settings) => void;