mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
### What does this PR do? Remove incorrect jsdoc. A user was mislead by the docblocks in the `ffi.d.ts` file https://github.com/oven-sh/bun/issues/22289#issuecomment-3250221597 and this PR attempts to fix that. ### How did you verify your code works? Tests already appear to exist for all of these types in `ffi.test.js`.