Skip to content

Instantly share code, notes, and snippets.

@TorbjornHoltmon
Last active April 26, 2022 06:35
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 TorbjornHoltmon/d0523066d6b84830cf4485637d2c9255 to your computer and use it in GitHub Desktop.
Save TorbjornHoltmon/d0523066d6b84830cf4485637d2c9255 to your computer and use it in GitHub Desktop.
export default
// Export everything from this file
export * from "C:/Prosjekter/DEMO2/packages/shared/src/index";
// Export the default export from this file
export { default } from "C:/Prosjekter/DEMO2/packages/shared/src/index";
// Export the default export from this file as a named export
export { default as Named } from "C:/Prosjekter/DEMO2/packages/shared/src/index";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment