UNPKG

vfile-find-up

Version:

vfile utility to find one or more files by searching the file system upwards

7 lines (6 loc) 332 B
export type Assert = import('./lib/index.js').Assert; export type Callback = import('./lib/index.js').Callback; export type CallbackAll = import('./lib/index.js').CallbackAll; export type Result = import('./lib/index.js').Result; export type Test = import('./lib/index.js').Test; export { findUp, findUpAll } from "./lib/index.js";