Created
July 30, 2024 05:34
-
-
Save yusukebe/ff0cea0f276c82ed66519fb82f307343 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { heapStats } from 'bun:jsc' | |
export default { | |
fetch: () => { | |
console.log(heapStats()['objectTypeCounts']['Error']) | |
return new Response('Hi') | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment