@kldit/util-boolean-parse

1.0.1 • Public • Published

util-boolean-parse

Install

npm i --save @kldit/util-boolean-parse

Usage

Load at the begining of your application.

require("@kldit/util-boolean-parse");

Run at any where of your code.

Boolean.parse("true") // true
Boolean.parse("false") // false
Boolean.parse("1") // true
Boolean.parse("0") // false
Boolean.parse("afdasd") // undefined

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @kldit/util-boolean-parse

      Weekly Downloads

      1

      Version

      1.0.1

      License

      Apache-2.0

      Unpacked Size

      13 kB

      Total Files

      5

      Last publish

      Collaborators

      • orlleite