Simple and stateless library for managing sessions with JWT.
`npm i valts` # Usage Definge your schema using valts ```ts import {Obj,Validate} from "valts";
Amee