Skip to content

Instantly share code, notes, and snippets.

@fay-jai
Created April 4, 2016 02:31
Show Gist options
  • Save fay-jai/b7b8edc533c379831470d5ecd9e9f691 to your computer and use it in GitHub Desktop.
Save fay-jai/b7b8edc533c379831470d5ecd9e9f691 to your computer and use it in GitHub Desktop.
Exploring Typescript Internal and External Modules
console.log(sayHello("Willson"));
console.log(InternalModule.add(1, 2, 3, 4));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment