Dashlite Logo
v1.1.0 - Now Available

Modern TypeScript
Utility Library

A type-safe, tree-shakeable utility library with 68+ functions for modern JavaScript and TypeScript applications.

🎯

Type-Safe

Full TypeScript support with comprehensive type definitions and generics

📦

Tree-Shakeable

ESM support for optimal bundle sizes - only import what you need

🚀

Zero Dependencies

No external runtime dependencies - lightweight and fast

Quick Start

Install via npm:

npm install dashlite

Import and use:

import { chunk, debounce, pick } from 'dashlite'

// Use the utilities
const chunks = chunk([1, 2, 3, 4, 5], 2)
68+
Utilities
5
Categories
100%
Test Coverage
0
Dependencies