3.12.3 • Published 11 months ago

@ls-stack/utils v3.12.3

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

@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/utils

Usage

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 docs

For continuous updates during development:

pnpm docs:watch

Development

# Install dependencies
pnpm install

# Run tests
pnpm test

# Run tests with UI
pnpm test:ui

# Build the library
pnpm build

# Lint code
pnpm lint

License

MIT

Repository

github:lucasols/utils

2.11.0

1 year ago

2.2.0

1 year ago

2.4.0

1 year ago

2.6.0

1 year ago

2.8.0

1 year ago

3.9.1

11 months ago

3.9.0

11 months ago

3.4.0

11 months ago

3.2.2

12 months ago

3.2.1

12 months ago

3.2.0

12 months ago

3.8.0

11 months ago

3.2.6

12 months ago

3.10.0

11 months ago

3.2.5

12 months ago

3.12.1

11 months ago

3.6.0

11 months ago

3.2.4

12 months ago

3.12.0

11 months ago

3.2.3

12 months ago

2.13.0

1 year ago

2.3.0

1 year ago

2.12.0

1 year ago

2.5.0

1 year ago

2.10.0

1 year ago

2.7.0

1 year ago

2.9.0

1 year ago

3.12.3

11 months ago

3.12.2

11 months ago

3.2.9

12 months ago

3.2.7

12 months ago

2.1.0

1 year ago

3.3.1

12 months ago

3.3.0

12 months ago

3.1.0

1 year ago

3.11.0

11 months ago

3.7.0

11 months ago

3.11.2

11 months ago

3.11.1

11 months ago

3.5.0

11 months ago

3.3.2

12 months ago

2.14.1

1 year ago

3.2.10

12 months ago

2.14.0

1 year ago

2.0.1

2 years ago

2.0.0

2 years ago

1.13.2

2 years ago

1.13.1

2 years ago

1.13.0

2 years ago

1.11.2

2 years ago

1.12.0

2 years ago

1.11.1

2 years ago

1.9.0

2 years ago

1.11.0

2 years ago

1.10.0

2 years ago

1.8.0

2 years ago

1.7.0

2 years ago

1.6.0

2 years ago

1.5.1

2 years ago

1.5.0

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago