ES Modules in NodeJS
ES Modules were introduced in ECMAScript 2015, and can now be used in most modern browsers. NodeJS uses the CommonJS module system, but work is currently underway to finalise ES Modules support in NodesJS, and you can use it today by using experimental flags, or a pre-processor such as Babel.js.