UNPKG

@maddimathon/build-utilities

Version:

Opinionated utilities for easy build systems in npm projects.

17 lines (16 loc) 368 B
/** * @since 0.1.0-alpha * * @packageDocumentation */ /*! * @maddimathon/build-utilities@0.2.0-alpha.4 * @license MIT */ export * from './classes/index.js'; export * from './errorHandler.js'; export * from './errorStringify.js'; export * from './isObjectEmpty.js'; export * from './logError.js'; export * from './writeLog.js'; //# sourceMappingURL=index.js.map