UNPKG

@maddimathon/build-utilities

Version:

Opinionated utilities for easy build systems in npm projects.

40 lines (39 loc) 1.29 kB
/** * Utilities typically only used internally, but occasionally useful for users, * so they are made available here. * * @module internal * @category Internal * * @since 0.1.0-alpha * * @example * ```ts * import { internal } from '@maddimathon/build-utilities'; * import { ... } from '@maddimathon/build-utilities/internal'; * ``` * * @packageDocumentation * @internal */ /*! * @maddimathon/build-utilities@0.3.0-alpha.5 * @license MIT */ export * from './@internal/classes/abstract/AbstractError.js'; export * from './@internal/classes/UnknownCaughtError.js'; export * from './@internal/classes/ProjectError.js'; export * from './@internal/classes/StageError.js'; export * from './@internal/classes/SemVer.js'; export * from './@internal/errorHandler.js'; export * from './@internal/errorStringify.js'; export * from './@internal/isObjectEmpty.js'; export * from './@internal/logError.js'; export * from './@internal/writeLog.js'; export * from './00-universal/getPackageJson.js'; export * from './01-config/isConfigValid.js'; export * from './02-utils/classes/Stage_Compiler.js'; export * from './02-utils/classes/Stage_Console.js'; export * from './03-stages/getDefaultStageClass.js'; export * from './03-stages/internalConfig.js'; //# sourceMappingURL=@internal.js.map