Instanceof
Most builtin instance types like Array
and Date
are available directly as keywords, but instanceof
can be useful for constraining a type to one of your own classes.
Most builtin instance types like Array
and Date
are available directly as keywords, but instanceof
can be useful for constraining a type to one of your own classes.