Function isValidWPConfig

  • Typeguard function to check if the given object is a valid WPMMconfigWP object.

    Parameters

    • obj: unknown

      The object to be checked.

    Returns obj is WPMMconfigWP

    Returns true if the object is a valid WPMMconfigWP object, otherwise false.

Generated using TypeDoc