Convert a Base64 (or tetrasexagesimal) encoded string back to plain text.
Nothing to see yet!
export const make = (text) => { return atob(text) }