Preparing search index...
The search index is not available
Additional types and utils for TypeScript
type-plus
Branded
Interface Branded<B, T>
A branded type of
B
with value of
T
.
interface
Branded
<
B
,
T
>
{
[typeSym]
:
B
;
[valueSym]
:
T
;
}
Type Parameters
B
extends
string
T
Index
Properties
[type
Sym]
[value
Sym]
Properties
[type
Sym]
[type
Sym]
:
B
[value
Sym]
[value
Sym]
:
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
[type
Sym]
[value
Sym]
type-plus - v8.0.0-beta.6
Loading...
A branded type of
B
with value ofT
.