Skip to main content
Module

x/value_schema/.babelrc

simple, easy-to-use, and declarative input validator; supports Node.js, TypeScript, and Deno
Go to Latest
File
{ "presets": [ [ "env", { "targets": { "node": "current" }, "exclude": [ "transform-regenerator" ] } ] ], "plugins": [ "transform-decorators-legacy" ], "comments": false}