Skip to content

Instantly share code, notes, and snippets.

@FND
Last active July 22, 2019 11:12
Show Gist options
  • Save FND/81de0c073e02ac975d26e44a9c413291 to your computer and use it in GitHub Desktop.
Save FND/81de0c073e02ac975d26e44a9c413291 to your computer and use it in GitHub Desktop.
ESM with Node v12
export let token = "abc123";
import { token } from "./config.js";
console.log("~~~~", token);
{
"type": "module"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment