Preparing search index...
The search index is not available
almostmagic
almostmagic
MatchesTemplate
Type alias MatchesTemplate<T>
Matches
Template
<
T
>
:
(
T
[
0
]
extends
string
?
T
[
0
]
:
never
)
|
(
T
[
1
]
extends
string
?
`
${
T
[
1
]
}
${
string
}
`
:
never
)
|
(
T
[
2
]
extends
string
?
`
${
string
}
${
T
[
2
]
}
`
:
never
)
Type used to match a
Specs
item against an
EPSTemplate
.
Type Parameters
T
extends
EPSTemplate
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
almostmagic
GenerateException
GenerateMeta
Generator
SpecMismatchException
EPSTemplate
GenerateExample
GenerateExceptionType
GenerateOptions
GenerateOptionsBase
InferTypeFromKey
InferTypeFromSpecEntry
InferTypeFromValue
Inputs
Language
MatchesTemplate
MatchingOutput
MatchingOutputTypeKeys
MatchingSpecs
Role
SpecKeyTemplates
SpecType
Loading...
Generated using
TypeDoc
Type used to match a Specs item against an EPSTemplate.