Preview:```ts
// @lib: es2022
import "bun-types"
type X = Headers
let x: X = new Headers()
// --debug
type W = typeof globalThis extends {onmessage: any}
? true
: false
// ^?```
You can choose specific lines to embed by selecting them before copying the link.