Oddbean new post about | logout
 Neat, I wrote something similar once for https://github.com/xyzshantaram/colle 
 How dare you put a .js file in a TypeScript project 
 Because then i can do this directly in the browser:
```
import { Colle } from "https://deno.land/x/colle@2.1.1/src/Colle.js"
```
(https://github.com/tc39/proposal-type-annotations when? 😔 ) 
 That type annotations thing is needed badly. I was just thinking about it.