Generic type variables
Wrap<Opening, ...>
Wrap<Opening, ...>
Opening extends string
A generic type variable constrained by the string
, by default of the value captured from the provided opening
indicates the opening type of a new Wrap
instance.
Wrap<..., Closing>
Wrap<..., Closing>
Closing extends string
A generic type variable constrained by the string
, by default of the value captured from the provided closing
indicates the closing type of a new Wrap
instance.
wrap.class.ts
Last updated