Módulo de importación en ES6

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

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