UNPKG

@knighttower/utility

Version:

UtilityJs is a utility library that provides a collection of utility functions for various tasks. The library is designed to be easy to use and covers the most common use cases.

11 lines (10 loc) 254 B
export { getFlagValue, getAllFilesByExtension, runCommand, getFileByName, getAllFilesByName, commandExistsSync, checkNpmScript, } from './NodeHelpers.cjs'; export { readJson, writeJson, bumpVersion } from './BumpVersion.cjs';