boolean | integer | numeric | text →
coerce-boolean() → boolean

Attempts to convert the input to a boolean value. Returns null when the input cannot be converted.

Parameters

This function has no parameters.

Examples

"Hello World" | coerce-boolean  #null

Kind: Function
Scope: special
Aliases: special-to-coerce-boolean


This site uses Just the Docs, a documentation theme for Jekyll.