@watchmen/helpr
v2.3.8
Published
miscellaneous helper functions
Downloads
24
Readme
node-helpr
miscellaneous helper functions
see tests for examples
usage
yarn install <package name>
import {...} from '<package name'
opt-ins
args
cache-manager
joi-helper
debug
- imported like:
import {...} from '<package name>/dist/<file name>'
- certain components are made opt-in to avoid dependency bloat when not being used
- opt-ins will require that
peerDependencies
are provided by consumer
development
git clone {repo name}
cd {repo name}
yarn
yarn test