@watchmen/helpr
v3.5.2
Published
misc helper functions
Readme
node-helpr
miscellaneous helper functions
see tests for examples
usage
npm i @watchmen/helprimport {...} from '@watchmen/helpr'
opt-ins
argscache-managerjoi-helperdebug
- 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
peerDependenciesare provided by consumer
development
git clone {repo name}cd {repo name}npm inpm test
