Returns the result of interpolating a template string, also stringifying objects.
You can pass a template string directly by doing:
interpolateObjects`Template string here ${{ my: "object" }}`. Copy
interpolateObjects`Template string here ${{ my: "object" }}`.
The strings from the template to process.
An array of all interpolations from the template.
A new string with the strings and interpolations from the template applied, with objects stringified.
Returns the result of interpolating a template string, also stringifying objects.
You can pass a template string directly by doing: