helpers-of-js
v0.0.4
Published
Random JavaScript helper functions, mostly used by me
Readme
helpers-of-js
Random JavaScript helpers, mostly used by me. The naming is also random.
Installation
npm install helpers-of-js --saveUsage
Import all or selected modules:
import * as helpers from 'helpers-of-js'or
import { matchHeight, validateEmail } from 'helpers-of-js'Contributing
Contributions and reviews are greatly welcomed! :)
