Preview:```ts
function foo() {}
foo.randomProp = 1
function bar() {
return function baz() {}
}
const baz = bar()
baz.randomProp = 1```
You can choose specific lines to embed by selecting them before copying the link.