Skip to content

Instantly share code, notes, and snippets.

View frankbille's full-sized avatar

Frank Bille-Stauner frankbille

View GitHub Profile
@frankbille
frankbille / hello.ts
Created May 26, 2015 17:57
TypeScript module visibility
module hello {
export interface IHelloWorld {
greet(name:string):string;
}
class HelloWorld implements IHelloWorld {
greet(name:string):string {
return 'Hello ' + name;
}
}

Keybase proof

I hereby claim:

  • I am frankbille on github.
  • I am frankbille (https://keybase.io/frankbille) on keybase.
  • I have a public key whose fingerprint is 0BEA 2EC7 C812 83FD 1524 B87E 2F57 2C1F 618D DDC0

To claim this, I am signing this object: