Function isBase64

  • For use before base64ToBin. Returns true if the provided string is valid base64 (length is divisible by 4, only uses base64 characters).

    Parameters

    • maybeBase64: string

      a string to test

    Returns boolean

Generated using TypeDoc