Last active 1751813137

docs.md Raw

This is a test title

let x = 0;
let x: number = 0;
def myf():
  x = 0
test.js Raw
1let x = 0;
test.ts Raw
1let x: unknown = 0;