@ls-stack/utils v3.12.3
@ls-stack/utils
Generic TypeScript utilities for modern JavaScript/TypeScript projects.
Installation
npm install @ls-stack/utils
# or
pnpm add @ls-stack/utils
# or
yarn add @ls-stack/utilsUsage
Import specific utilities from their modules:
import { createAsyncQueue } from '@ls-stack/utils/asyncQueue';
import { deepEqual } from '@ls-stack/utils/deepEqual';
import { debounce } from '@ls-stack/utils/debounce';Available Utilities
This package includes a wide range of utilities for:
- Array manipulation (
arrayUtils) - sorting, grouping, filtering - Async operations (
asyncQueue,parallelAsyncCalls,promiseUtils) - queue management and promise utilities - Type assertions (
assertions) - runtime type checking - Caching (
cache) - efficient caching with TTL support - Concurrency control (
concurrentCalls,createThrottleController) - rate limiting and throttling - Object utilities (
objUtils) - deep operations on objects - String utilities (
stringUtils) - string manipulation and formatting - Math utilities (
mathUtils) - mathematical operations and calculations - And many more...
Documentation
Comprehensive API documentation is available in the docs/ folder. Start with the modules overview to explore all available utilities.
Generating Documentation
To regenerate the documentation after making changes:
pnpm docsFor continuous updates during development:
pnpm docs:watchDevelopment
# Install dependencies
pnpm install
# Run tests
pnpm test
# Run tests with UI
pnpm test:ui
# Build the library
pnpm build
# Lint code
pnpm lintLicense
MIT
Repository
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
11 months ago
11 months ago
11 months ago
12 months ago
12 months ago
12 months ago
11 months ago
12 months ago
11 months ago
12 months ago
11 months ago
11 months ago
12 months ago
11 months ago
12 months ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
11 months ago
11 months ago
12 months ago
12 months ago
1 year ago
12 months ago
12 months ago
1 year ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
12 months ago
1 year ago
12 months ago
1 year ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago