UNPKG

@maddimathon/build-utilities

Version:

Opinionated utilities for easy build systems in npm projects.

13 lines 276 B
/** * @since 0.1.0-alpha * * @packageDocumentation */ /*! * @maddimathon/build-utilities@0.2.0-alpha.4 * @license MIT */ export type * as CLI from './CLI.js'; export type * from './Config.js'; export type { Stage } from './Stage.js'; //# sourceMappingURL=index.d.ts.map