mangadex-full-api - v6.2.0
    Preparing search index...

    Variable resolveArrayConst

    resolveArray: <T extends IDObject>(
        relationshipArray: Relationship<T>[],
    ) => Promise<T[]> = Relationship.resolveAll

    This will Relationship.resolve an array of relationships, returning another array in the same order.

    Type Declaration

      • <T extends IDObject>(relationshipArray: Relationship<T>[]): Promise<T[]>
      • This will Relationship.resolve an array of relationships, returning another array in the same order.

        Type Parameters

        Parameters

        • relationshipArray: Relationship<T>[]

          An array of relationships of the same type

        Returns Promise<T[]>

    An array of relationships of the same type