fuse-box
Version:
Fuse-Box a bundler that does it right
11 lines (10 loc) • 473 B
text/typescript
import { Sparky } from './Sparky';
import { SparkyContext } from './SparkyContext';
export { npmPublish, tsc, bumpVersion } from './SparkyUtils';
export const src = Sparky.src.bind(Sparky);
export const watch = Sparky.watch.bind(Sparky);
export const task = Sparky.task.bind(Sparky);
export const context = SparkyContext.bind(Sparky);
export const exec = Sparky.exec.bind(Sparky);
export const init = Sparky.init.bind(Sparky);
export const fuse = Sparky.fuse.bind(Sparky);