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

interpolatedStringFromString

import { interpolatedStringFromString } from "https://garn.io/ts/v0.0.20/internal/interpolatedString.ts";

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

function interpolatedStringFromString(s: string): InterpolatedString<never>;
§
interpolatedStringFromString(s: string): InterpolatedString<never>
[src]

§Parameters

§
s: string
[src]

§Return Type