Function isDocumentArray

  • Check if the given array is fully populated Only returns "true" if all members in the array are populated

    Type Parameters

    Parameters

    Returns docs is mongoose.Types.Array<DocumentType<NonNullable<T>>>

  • Check if the given array is fully populated Only returns "true" if all members in the array are populated

    Type Parameters

    Parameters

    • docs: Ref<T, S>[]

      The Array of Refs with uncertain type

    Returns docs is DocumentType<NonNullable<T>>[]

Generated using TypeDoc