3.12.3 • Published 5 months ago

@ls-stack/utils v3.12.3

Weekly downloads
-
License
MIT
Repository
github
Last release
5 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

8 months ago

2.2.0

10 months ago

2.4.0

9 months ago

2.6.0

8 months ago

2.8.0

8 months ago

3.9.1

5 months ago

3.9.0

5 months ago

3.4.0

6 months ago

3.2.2

6 months ago

3.2.1

6 months ago

3.2.0

6 months ago

3.8.0

5 months ago

3.2.6

6 months ago

3.10.0

5 months ago

3.2.5

6 months ago

3.12.1

5 months ago

3.6.0

5 months ago

3.2.4

6 months ago

3.12.0

5 months ago

3.2.3

6 months ago

2.13.0

8 months ago

2.3.0

9 months ago

2.12.0

8 months ago

2.5.0

8 months ago

2.10.0

8 months ago

2.7.0

8 months ago

2.9.0

8 months ago

3.12.3

5 months ago

3.12.2

5 months ago

3.2.9

6 months ago

3.2.7

6 months ago

2.1.0

11 months ago

3.3.1

6 months ago

3.3.0

6 months ago

3.1.0

7 months ago

3.11.0

5 months ago

3.7.0

5 months ago

3.11.2

5 months ago

3.11.1

5 months ago

3.5.0

5 months ago

3.3.2

6 months ago

2.14.1

8 months ago

3.2.10

6 months ago

2.14.0

8 months ago

2.0.1

1 year ago

2.0.0

1 year ago

1.13.2

1 year ago

1.13.1

1 year ago

1.13.0

1 year ago

1.11.2

1 year ago

1.12.0

1 year ago

1.11.1

1 year ago

1.9.0

1 year ago

1.11.0

1 year ago

1.10.0

1 year ago

1.8.0

1 year ago

1.7.0

1 year ago

1.6.0

1 year ago

1.5.1

1 year ago

1.5.0

1 year ago

1.4.0

1 year ago

1.3.0

1 year ago

1.2.1

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago