function anyListingInPackageGroup
anyListingInPackageGroup(listingIds: readonly number[]): Promise<boolean>

Whether any of the given listings is a member of a package group. Empty input → false (no query). Used to keep a package member from being turned into another listing's required child (a package page can't render child edges).

Parameters

listingIds: readonly number[]

Return Type

Promise<boolean>

Usage

import { anyListingInPackageGroup } from "docs/database.ts";