Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 291 Bytes

File metadata and controls

18 lines (13 loc) · 291 Bytes

utils-service

Tool libraries for the JavaScript runtime

Install

npm install @cc-heart/utils-service

Usage

import { findUpFile } from '@cc-heart/utils-service'
import { resolve } from 'path'
const pkgPath = findUpFile(process.cwd(), 'package.json')
// ...