© 2026 Hedgehog Software, LLC
.brand("ulid")
export const Ulid = type.string.narrow((v, ctx) => isValidUlid(v) ? true : ctx.mustBe("a valid ULID"), ).brand("ulid");