Created
April 4, 2016 02:31
-
-
Save fay-jai/b7b8edc533c379831470d5ecd9e9f691 to your computer and use it in GitHub Desktop.
Exploring Typescript Internal and External Modules
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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