DCE_DOMAIN
constDCE_DOMAIN:object
Defined in: src/uuid/v2.ts:63
The local domains v2 accepts, from DCE 1.1.
Type Declaration
Section titled “Type Declaration”
readonlyGROUP:1=1
readonlyORG:2=2
PERSON
Section titled “PERSON”
readonlyPERSON:0=0
Example
Section titled “Example”v2(DCE_DOMAIN.PERSON, 1000); // a POSIX UIDv2(DCE_DOMAIN.GROUP, 20); // a POSIX GIDv2(DCE_DOMAIN.ORG, 42);