Skip to content

Instantly share code, notes, and snippets.

@vkarpov15
Created April 25, 2019 23:51
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vkarpov15/dbac89019245b10b7fb78d3530a1fed3 to your computer and use it in GitHub Desktop.
Save vkarpov15/dbac89019245b10b7fb78d3530a1fed3 to your computer and use it in GitHub Desktop.
Hello, Imports with `package.json`
import test from './test.js';
test();
{ "type": "module" }
export default function foo() {
console.log('Hello, World!');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment