2.3.0 • Published 5 years ago

handyutils v2.3.0

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

handyutils

A set of tools to help in development

Installation

npm install handyutils --save

Usage

Debug

when debugging simply pass in a string and a object to debug

// app.js
const handyUtils = require('handyutils');

handyUtils.debug('testing',handyUtils );
handyUtils.isEmpty('testing'); // NOT EMPTY, will return false

isEmpty

when checking if something is empty, simply pass in any data type to check

// app.js
const handyUtils = require('handyutils');

handyUtils.isEmpty('testing'); // NOT EMPTY, will return false
handyUtils.isEmpty(''); // EMPTY, will return true
2.3.0

5 years ago

2.2.0

5 years ago

2.1.0

5 years ago

2.0.1

7 years ago

2.0.5

7 years ago

2.0.0

7 years ago

1.0.0

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago