Skip to content

MAX

const MAX: "ffffffff-ffff-ffff-ffff-ffffffffffff" = "ffffffff-ffff-ffff-ffff-ffffffffffff"

Defined in: src/uuid/codec.ts:48

The Max UUID: all 128 bits one (RFC 9562 §5.10).

The counterpart to NIL, useful as an inclusive upper bound in a range query.

MAX; // "ffffffff-ffff-ffff-ffff-ffffffffffff"
compare(v4(), MAX); // -1