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

withBase

function withBase(input: string, base: string): string;
§
withBase(input: string, base: string): string
[src]

§Parameters

§
input: string
[src]
§
base: string
[src]

§Return Type

§
string
[src]