UNPKG

package-proxy

Version:
7 lines (6 loc) 170 B
/** @format */ import { ProxyType } from "../../types"; export declare const cleanExt: ({ name, proxyType, }: { name: string; proxyType: ProxyType; }) => string;