Type alias Booleanish

Booleanish: boolean | "true" | "false"

Used to represent DOM API's where users can either pass true or false as a boolean or as its equivalent strings.

Generated using TypeDoc