Valibot schema for K-Sortable Unique IDentifiers (KSUID)
npm install valibot-schema-ksuid> Valibot schema for K-Sortable Unique IDentifiers.




> [!NOTE]
> This libray isn't as lightweight as most built-in Valibot schemas, so it might not be suitable for some use-cases.
``shellNodeJS
npm install valibot-schema-ksuid
Usage
`javascript
import { parse } from "valibot";
import { ksuid } from "valibot-schema-ksuid";const output = parse(ksuid(), "aWgEPTl1tmebfsQzFP4bxwgy80V");
``This work is licensed under The MIT License.