Object type: RawTemplate
Distinct
Distinct RawTemplate type. A raw template expression constructs an object belonging to this type.
Fields
- strings (readonly & string[ ])
- insertions (any | error)[ ]
An array of the strings containing the characters in BacktickString
outside of interpolations, split at the interpolation points.
The length of this array is one greater than
the length of the insertions
array.
An array containing the results of evaluating the interpolations in the BacktickString.