UNPKG

@maddimathon/build-utilities

Version:

Opinionated utilities for easy build systems in npm projects.

16 lines (15 loc) 355 B
/** * @since 0.1.0-alpha * * @packageDocumentation */ /*! * @maddimathon/build-utilities@0.2.0-alpha.4 * @license MIT */ export * from './00-universal/index.js'; export * from './01-config/index.js'; export * from './02-utils/index.js'; export * from './03-stages/index.js'; export * from './04-project/index.js'; //# sourceMappingURL=index.js.map