@roar-firebase-functions/core / isEmptyOrgs
Function: isEmptyOrgs()
isEmptyOrgs(
orgs
):boolean
Defined in: packages/core/src/utils/isEmptyOrgs.utils.ts:12
Determines whether an OrgsList is empty.
Parameters
orgs
The organization list to check.
Returns
boolean
True if the organization list is empty, false otherwise.