Skip to content

Instantly share code, notes, and snippets.

@lucacasonato
Created August 18, 2020 15:20
Show Gist options
  • Save lucacasonato/9eb5a5f5cccb82389e6b17c55fef3a6c to your computer and use it in GitHub Desktop.
Save lucacasonato/9eb5a5f5cccb82389e6b17c55fef3a6c to your computer and use it in GitHub Desktop.
export default "a";
export default "b";
export * from "./a.ts";
export * from "./b.ts";
import c from "./a.ts";
console.log(c);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment