ChemPare Documentation - v0.0.0
    Preparing search index...

    Type Alias Base64String

    Base64String: Brand<string, "base64">

    Represents a base64 encoded string. Used to represent binary data as a string.

    const encoded: Base64String = "SGVsbG8gV29ybGQ=";