| 1 | import { describe, expect, it } from "vitest"; |
| 2 | import { decodeTime, encodeTime, monotonicFactory, ulid, ULIDFactory } from "../../"; |
| 3 | |
| 4 | const ULID_REXP = /^[0-7][0-9a-hjkmnp-tv-zA-HJKMNP-TV-Z]{25}$/; |
nothing calls this directly
no test coverage detected