• Checks whether the target is base64 encoded

    Example

    expect(isBase32('ZG======')).toBeTruthy()
    

    Parameters

    • target: string

      The target string

    • Optional options: any

    Returns Result<boolean | undefined>

Generated using TypeDoc