Skip to content

Instantly share code, notes, and snippets.

@NickyMeuleman
Last active January 24, 2020 23:42
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 NickyMeuleman/6903f5b30a76a71321280a9bfa83c762 to your computer and use it in GitHub Desktop.
Save NickyMeuleman/6903f5b30a76a71321280a9bfa83c762 to your computer and use it in GitHub Desktop.
// Totally fine option that takes 2 lines
import { infiniteBooper } from "./some/other/file.js";
export { infiniteBooper };
// Same thing, done on a single line
export { infiniteBooper } from "./some/other/file.js";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment