decodeBase64
Module Export
text |> [byte]
Reads a text encoded as Base64 into a binary iterator
Examples
import { decodeBase64 } from 'base64'
from 'SABlAGwAbABvACAAdwBvAHIAbABkAA==' decodeBase64
Module Export
text |> [byte]
Reads a text encoded as Base64 into a binary iterator
import { decodeBase64 } from 'base64'
from 'SABlAGwAbABvACAAdwBvAHIAbABkAA==' decodeBase64