UNPKG

package-proxy

Version:
10 lines (9 loc) 241 B
/** @format */ import { ProxyType } from "../../types"; export declare type FindFiles = (args: { proxyType?: ProxyType; root: string; src: string; ignore?: string[]; }) => string[]; export declare const findFiles: FindFiles;