@vielzeug/craftit
Lightweight, type-safe web component creation with reactive state and automatic rendering.
Type-safe utilities, blazing-fast storage, flexible logging, and more — all in one monorepo.
npm install @vielzeug/toolkitpnpm add @vielzeug/toolkityarn add @vielzeug/toolkitimport { chunk, debounce, formatCurrency } from '@vielzeug/toolkit';
// Utilities that just work
const batches = chunk([1, 2, 3, 4, 5], 2);
const search = debounce((query) => api.search(query), 300);
const price = formatCurrency(1234.56, 'USD'); // "$1,234.56"Have questions? Found a bug? Want to contribute?
Released under the MIT License.
Vielzeug Contributors.