Returns true if the given qualifier is a UuidQualifier, otherwise false.

  • Parameters

    • identifier: unknown

      the identifier to check

    Returns identifier is Readonly<{
        uuid: string;
    }>

    true if the given identifier is a UuidQualifier, otherwise false