Socket
Socket
Sign inDemoInstall

@kldit/util-boolean-parse

Package Overview
Dependencies
0
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @kldit/util-boolean-parse

boolean parse


Version published
Maintainers
2
Install size
12.6 kB
Created

Readme

Source

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

Keywords

FAQs

Last updated on 25 Oct 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc