Core Utilities A set of core utilities for the Codeware ecosystem. Usage Install the package in your Node project. npm install -D @cdwr/core Use the utilities you find useful. // ESM import { ... } from '@cdwr/core'; // CommonJS const { ... } = require('@cdwr/core');