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 dashliteImport and use:
import { chunk, debounce, pick } from 'dashlite'
// Use the utilities
const chunks = chunk([1, 2, 3, 4, 5], 2)Explore Utilities
Browse our collection of 68+ utilities organized by category
📚
Array
Utilities for working with arrays
Explore utilities
⚡
Function
Utilities for function control flow
Explore utilities
�
Math
Mathematical operations and calculations
Explore utilities
🔧
Object
Utilities for manipulating objects
Explore utilities
✏️
String
Utilities for string manipulation
Explore utilities
🔍
Type
Type checking and validation utilities
Explore utilities
68+
Utilities
5
Categories
100%
Test Coverage
0
Dependencies