1.0.2 • Published 2 years ago

@rgarduno/helpers v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

helpers

Site | Docs | Wiki | Code of Conduct | Twitter |

The Helpers library exported as a UMD module.

Installation

Using npm:

$ npm i -g npm
$ npm i @rgarduno/helpers

Note: add --save if you are using npm < 5.0.0

In Node.js:

// Load method categories.
var isNumbersOnly = require('@rgarduno/helpers/isNumbersOnly');
var isValidEmail = require('@rgarduno/helpers/isValidEmail');
1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago