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