import { isBase64 } from "https://deno.land/x/libauth@v2.0.0-alpha.9/src/lib/format/base64.ts";
For use before base64ToBin. Returns true if the provided string is valid base64 (length is divisible by 4, only uses base64 characters).
import { isBase64 } from "https://deno.land/x/libauth@v2.0.0-alpha.9/src/lib/format/base64.ts";
For use before base64ToBin. Returns true if the provided string is valid base64 (length is divisible by 4, only uses base64 characters).