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

mapStrings

import { mapStrings } from "https://garn.io/ts/v0.0.20/internal/interpolatedString.ts";
function mapStrings<T>(f: (s: string) => string, interpolated: InterpolatedString<T>): InterpolatedString<T>;
§
mapStrings<T>(f: (s: string) => string, interpolated: InterpolatedString<T>): InterpolatedString<T>
[src]

§Type Parameters

§Parameters

§
f: (s: string) => string
[src]
§
interpolated: InterpolatedString<T>
[src]