@wei-tools/fund-up
v0.1.0
Published
Find the corresponding file in the current or higher directory.
Readme
find-up
Find the corresponding file in the current or higher directory.
usage
# npm install @wei-tools/find-up# yarn add @wei-tools/find-upimport 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');