0.1.0 • Published 2 years ago

@wei-tools/fund-up v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

find-up

Find the corresponding file in the current or higher directory.

usage

# npm install @wei-tools/find-up
# yarn add @wei-tools/find-up
import findUp, { findUpSync } from '@wei-tools/find-up';

// "/home/user/Desktop/project/node_modules/@wei-tools/find-up"
await findUp('/node_modules/@wei-tools/find-up');
// "/home/user/Desktop/project/node_modules/@wei-tools/find-up"
findUpSync('/node_modules/@wei-tools/find-up');