valibot-schema-ksuid
v0.2.1
Published
Valibot schema for K-Sortable Unique IDentifiers (KSUID)
Downloads
1
Maintainers
Readme
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.
Installation
# NodeJS
npm install valibot-schema-ksuid
# Deno
deno add jsr:@idleberg/valibot-schema-ksuidUsage
import { parse } from "valibot";
import { ksuid } from "valibot-schema-ksuid";
const output = parse(ksuid(), "aWgEPTl1tmebfsQzFP4bxwgy80V");License
This work is licensed under The MIT License.
