• Internal

    Type guard for determining whether a given object conforms to the Ping interface.

    Returns

    true if the object conforms to the Ping interface, otherwise false.

    Remarks

    Intended for internal use; may not be exported in future.

    Parameters

    • object: unknown

      The object.

    Returns object is Ping

Generated using TypeDoc