Skip to content

Instantly share code, notes, and snippets.

@ckomop0x
Created June 13, 2019 14:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ckomop0x/f826c9f2f2b8c3eb94599b99ce724179 to your computer and use it in GitHub Desktop.
Save ckomop0x/f826c9f2f2b8c3eb94599b99ce724179 to your computer and use it in GitHub Desktop.
index.js inside utils folder
export { default as sum } from './sum';
export { default as multiply } from './multiply';
export { default as calculateSomethingSpecial } from './calculateSomethingSpecial';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment