Sako Kalid
Sako Kalid
### Minimal, reproducible example ```TypeScript import { writeFileSync } from 'fs'; import puppeteer from 'puppeteer'; (async () => { const browser = await puppeteer.launch({ headless: 'new', }); const page =...
## Versions - System: linux - NodeJS: 16.18.1 - Typescript: 5.3.2 - Compiler / Transpiler: tsc / ts-node - Typegoose(NPM): 11.7.1 - mongoose: 7.6.6 - mongodb: 6.0.11 ## What is...
### What is the problem this feature would solve? Integrate a robust validation library into Bun to streamline data validation for developers, enhancing the utility and efficiency of using Bun....