Creates a flexible nominal type.
type Foo = Nominal<'Foo', number>;type Bar = Nominal<'Bar', number>;Foo === Bar// => false Copy
type Foo = Nominal<'Foo', number>;type Bar = Nominal<'Bar', number>;Foo === Bar// => false
Generated using TypeDoc
Creates a flexible nominal type.