Package: effect Module: Schema
effect
Schema
Converts an arbitrary value to a boolean by testing whether it is truthy. Uses !!val to coerce the value to a boolean.
boolean
!!val
See
Signature
declare class BooleanFromUnknown
Source
Since v3.10.0