in package/src/group.ts [38:43]
export function groupExists(group_id: string): boolean { if (groupMap.has(group_id)) { return true; } return false; }