UNPKG

@gobstones/gobstones-scripts

Version:

Scripts to abstract away build configuration of Gobstones Project's libraries and modules.

11 lines 290 B
/** * * This is the main exported module, it just exports * the api, config and tasks modules * * @author Alan Rodas Bonjour <alanrodas@gmail.com> */ export * as api from './API'; export { config } from './Config'; export * as tasks from './Tasks'; //# sourceMappingURL=index.d.ts.map