Function checkPODName

  • Checks that the input matches the proper format for an entry name, as given by POD_NAME_REGEX.

    Parameters

    • Optional name: string

      the string to check

    Returns string

    the unmodified input, for easy chaining

    Throws

    TypeError if the format doesn't match

Generated using TypeDoc