Modul in ES6 importieren

import {func, obj, x} from './export.js'

console.log(func(3), obj, x)
Outrageous Ostrich