Convert true/false strings to booleans
TypeScript definitions for boolify-string
This package is use for Validating whether variable is boolean or not and converting boolean variable to javascript boolean.
Check a string whether truthy or falsy.
Type definitions for boolify-string from https://www.github.com/DefinitelyTyped/DefinitelyTyped
TypeScript typings for boolify-string
Returns a copy of an object with boolean-like non-boolean values, e.g. 'yes', 'no', 'ok', 1, converted to booleans. Use a nested whitelist of specified keys-to-convert to limit conversion-to-boolean to those keys.