dank-cast

0.0.2 • Public • Published

node-dank-cast

Cast values to more specific types with default values if they can't be casted

install

npm install dank-cast

examples

var cast = require('dank-cast');
 
cast.int('asdf', 0); // 0
cast.int('12345', 0); // 12345
cast.string(null, 'default value); //default value
cast.bool('yes'); //true
cast.float('1234.34); //1234.34

license

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i dank-cast

Weekly Downloads

1

Version

0.0.2

License

MIT

Last publish

Collaborators

  • wankdanker