Type alias BooleanLike

BooleanLike: "false" | "true" | "FALSE" | "TRUE" | "0" | "1" | Bit | boolean

Unifies all option input flags

Generated using TypeDoc