Setup
Install TypeSchema with your package manager of choice:
npm install @decs/typeschemaDeno
If using Deno (opens in a new tab), just replace the import module with https://deno.land/x/typeschema:
import {wrap} from 'https://deno.land/x/typeschema';