UNPKG

generic-type-guard

Version:
23 lines (16 loc) 214 B
# Install ``` npm install ``` # Tests ``` npm build npm test ``` # Release Ensure you're logged in with `npm login`. ``` npm version <bump-type> npm publish git push origin main tag v<new-version-number> ```