The "@ts-stack/body-parser" package passes the parsing results via a Promise
Jul 22, 2024 · 1 min read · The package @ts-stack/body-parser is a fork of body-parser - the native ExpressJS package. It is written in TypeScript in ESM format, without support for older versions of Node.js < v20.6.0. To install it, run the following command: npm install @ts-s...
Join discussion