import * as libauth from "https://deno.land/x/libauth@v2.0.0-alpha.6/src/lib/format/base64.ts";
Variables
Convert a base64-encoded string to a Uint8Array. | |
Convert a Uint8Array to a base64-encoded string. | |
For use before base64ToBin. Returns true if the provided string is valid base64 (length is divisible by 4, only uses base64 characters). |