Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Usage

import * as mod from "https://garn.io/ts/v0.0.16/internal/interpolatedString.ts";

§Functions

getInterpolations
interpolatedStringFromString

Convenience function to create an InterpolatedString with only an initial (no interpolations).

interpolatedStringFromTemplate

Converts tag template function parameters into InterpolatedStrings

mapStrings
renderInterpolatedString

§Type Aliases

InterpolatedString

Represents a string with Ts interspersed throughout the string.