UNPKG

ancesdir

Version:

Find a specific ancestor/root directory given a starting location and a search parameter

11 lines (10 loc) 379 B
import { ancesdir } from "./ancesdir"; /** * @deprecated Use named import instead: `import {ancesdir} from "ancesdir";` * The default export will be removed in a future major release. */ declare const defaultExport: import("./types").AncesdirFn; export default defaultExport; export { ancesdir }; export { closesdir } from "./closesdir"; export { clearCache } from "./cache";