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

base64Decode

function base64Decode(data: string): number[];
§
base64Decode(data: string): number[]
[src]

§Parameters

§
data: string
[src]

§Return Type

§
number[]
[src]