Skip to content

Instantly share code, notes, and snippets.

View RonnyPfannschmidt's full-sized avatar
🦖
catching up with backlog

Ronny Pfannschmidt RonnyPfannschmidt

🦖
catching up with backlog
View GitHub Profile
mitsuhiko at nausicaa in /tmp/testing
$ cat foo.ts
export function getRandomNumber() {
return 42;
}
mitsuhiko at nausicaa in /tmp/testing
$ cat test.ts
import foo = module('./foo');