UNPKG

@maddimathon/build-utilities

Version:

Opinionated utilities for easy build systems in npm projects.

16 lines 369 B
/** * @since 0.1.0-alpha * * @packageDocumentation */ /*! * @maddimathon/build-utilities@0.3.0-alpha.5 * @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.d.ts.map