Skip to content

Code Blocks

const foo = 'bar'
const foo = 'bar'
function test() {
const foo = 'bar'
}
function test() {
const foo = 'bar'
}
function test() {
const foo = 'bar'
const foo = 'baz'
}
test.js
const foo = 'bar'
Doing something…
pnpm run thing