UNPKG

fuse-box

Version:

Fuse-Box a bundler that does it right

4 lines 77 B
import {bar} from "./bar"; export function foo(){ return "foo" + bar(); }