UNPKG

fuse-box

Version:

Fuse-Box a bundler that does it right

8 lines (7 loc) 218 B
export declare const FIND_UP_GLOBAL_CONFIG: { maxStepsBack: number; }; export declare function findUp(start: string, target: string, boundaryArg?: { boundary: string; inclusive: boolean; }): null | string;