Created
December 25, 2017 12:35
-
-
Save wizardnet972/640b872460a648170ee2b5a38b48f672 to your computer and use it in GitHub Desktop.
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
| helper.ts: | |
| export const HelperMethod = () => { | |
| return {}; | |
| }; | |
| app.ts: | |
| import { HelperMethod } from './helper'; | |
| console.log(HelperMethod()); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment