Preparing search index...
The search index is not available
Additional types and utils for TypeScript
type-plus
FlavoredUnit
Interface FlavoredUnit<F, T>
A special flavored type for special types.
interface
FlavoredUnit
<
F
,
T
>
{
[typeSym]
?:
F
;
[valueSym]
:
T
;
}
Type Parameters
F
extends
string
T
Index
Properties
[type
Sym]?
[value
Sym]
Properties
Optional
[type
Sym]
[type
Sym]
?:
F
[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 special flavored type for special types.