Last updated 3 years ago
Was this helpful?
AnyBoolean
A type or an instance of a .
type AnyBoolean = Exclude<boolean | Boolean, true | false>;
boolean
Boolean