dCBOR Pattern TypeScript - v1.0.0-alpha.20
Preparing search index...
StructurePattern
Type Alias StructurePattern
StructurePattern
:
|
{
type
:
"Array"
;
pattern
:
ArrayPattern
}
|
{
type
:
"Map"
;
pattern
:
MapPattern
}
|
{
type
:
"Tagged"
;
pattern
:
TaggedPattern
}
Union of all structure pattern types.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
dCBOR Pattern TypeScript - v1.0.0-alpha.20
Loading...
Union of all structure pattern types.