Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/value_schema/examples/package.json

simple, easy-to-use, and declarative input validator; supports Node.js, TypeScript, Deno, and Bun
Go to Latest
File
{ "name": "value-schema-example", "version": "0.0.0", "author": "shimataro", "license": "MIT", "private": true, "engines": { "node": ">=4.0.0" }, "dependencies": { "value-schema": "file:.." }}