Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "type/InstanceOf"

Index

Type aliases

Type aliases

InstanceOf

InstanceOf: And<Matches<V, T>, Not<Matches<T, V>>>

Check if a type is an instance of another, that is, matches it but is not equal (<).

Generated using TypeDoc