Skip to content

Gid

Gid = number & object

Defined in: packages/core/src/kernel/types.ts:138

Group identity. 0 is the root group by convention.

readonly __brand: "Gid"

Branded for the same reason as Uid.

import { gid } from '@fishnet/core'
const wheel = gid(0)

gid