UNPKG

hardhat

Version:

Hardhat is an extensible developer tool that helps smart contract developers increase productivity by reliably bringing together the tools they want.

7 lines 348 B
/** * Returns true when `path` should be included given user-supplied include and * exclude glob lists. `include` is the gate: an empty `include` matches * nothing. `exclude` then narrows the included set. */ export declare function isPathSelected(path: string, include: string[], exclude: string[]): boolean; //# sourceMappingURL=glob.d.ts.map