UNPKG

fuse-box

Version:

Fuse-Box a bundler that does it right

9 lines 218 B
import { hello } from "./foo" import { pukka } from "./bar/bar.js" console.log(hello); // export class HelloWorld { // constructor() { // console.log(foo.hello()); // } // } // console.log(foo.hello());