@mapbox/batfish
Version:
The React-powered static-site generator you didn't know you wanted
33 lines (10 loc) • 874 B
JavaScript
//
;
// This file will be copied into dist/, so these types will serve as the type
// definition of the public API for Flow-using users.
module.exports = {
start: (require('./start') ),
build: (require('./build') ),
serveStatic: (require('./serve-static') ),
writeBabelrc: (require('./write-babelrc') )
};