zlacker

[parent] [thread] 0 comments
1. skybri+(OP)[view] [source] 2025-12-02 21:14:34
That’s true of some parts of Deno’s standard libraries, but major functionality like Deno.test and Deno.serve are Deno-specific API’s.

Here are the Bun API’s:

https://bun.com/docs/runtime/bun-apis

Here are the Deno API’s:

https://docs.deno.com/api/deno/

[go to top]