JavaScript

A5.dbool Namespace

IN THIS PAGE

Description

The namespace for boolean defaults.

Properties

truthyarray

The string values that are considered to be true. Such as "yes", "y" or "1".

falsyarray

The string values that are considered to be false. Such as "no", "n" or "0".

Any properties in this namespace can be replaced or extended in order to support other languages or formats.