David Wolf

Results 32 issues of David Wolf

``` import express from "express" import { z } from "zod" const expressApp = express() expressApp.use(express.json()) ``` otherwise POST body req validation will not work in the readme there are...

* Make sample data blocks in readme collapsable, add console link * Add dev container configuration files * Extend `.gitignore` * Add some doc comments * Add some type hints...