Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "IsBase64"

Index

Functions

Functions

isBase64

  • isBase64(value: string): boolean
  • Checks if a string is base64 encoded. If given value is not a string, then it returns false.

    Parameters

    • value: string

      The value being checked.

    Returns boolean

    True a the value string is base64 encoded, false otherwise.

Generated using TypeDoc