Skip to content

Instantly share code, notes, and snippets.

@wizardnet972
Created December 25, 2017 12:35
Show Gist options
  • Select an option

  • Save wizardnet972/640b872460a648170ee2b5a38b48f672 to your computer and use it in GitHub Desktop.

Select an option

Save wizardnet972/640b872460a648170ee2b5a38b48f672 to your computer and use it in GitHub Desktop.
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