Skip to content

Instantly share code, notes, and snippets.

@fay-jai
Created April 4, 2016 02:28
Show Gist options
  • Save fay-jai/8ac0f16c765cd84eb85ee2c3a5b96f76 to your computer and use it in GitHub Desktop.
Save fay-jai/8ac0f16c765cd84eb85ee2c3a5b96f76 to your computer and use it in GitHub Desktop.
Exploring Typescript Internal and External Modules
function sayHello(name: string): string {
return `Hello, ${name}`;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment