Would you like to clone this notebook?

When you clone a notebook you are able to make changes without affecting the original notebook.

Cancel

jowar.boolean-test

node v8.17.0
version: 0.1.2
endpointsharetweet
const boolean = require('jowar.boolean'); console.log(boolean.parse('not true')); console.log(boolean.parse('inactive')); console.log(boolean.parse('not off')); console.log(boolean.parse('truthy'));
Loading…

no comments

    sign in to comment