UNPKG

denoify

Version:

For NPM module authors that would like to support Deno but do not want to write and maintain a port.

8 lines (7 loc) 164 B
export declare function globProxyFactory(params: { cwdAndRoot: string; }): { globProxy: (params: { pathWithWildcard: string; }) => string[]; };