UNPKG

@gobstones/gobstones-scripts

Version:

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

9 lines 269 B
/** * This module contains all the configuration the app need to be aware of * to clone projects and to configure them. * * @module Config * @author Alan Rodas Bonjour <alanrodas@gmail.com> */ export { config } from './config'; //# sourceMappingURL=index.d.ts.map