Advanced Search
Search Results
6 total results found
readme.md for @push.rocks/lik
⚡ A lean, fully-typed collection of utility classes for TypeScript — efficient data structures, async execution control, and reactive helpers that work seamlessly in both Node.js and the browser. Install # pnpm (recommended) pnpm install @push.rocks/lik # npm...
docs/index.md for @push.rocks/lik
light little helpers for node Availabililty Status for master Usage Use TypeScript for best in class instellisense. // import any tool that you need from lik import { Stringmap, Objectmap, Observablemap } from 'lik'; class Stringmap Stringmap all...
readme.md for @push.rocks/smartarray
A library providing asynchronous operations like filter, map, and deduplication for arrays in TypeScript. Install To install @push.rocks/smartarray in your project, run the following command: npm install @push.rocks/smartarray --save Make sure you have Node.j...
readme.md for @push.rocks/smartevent
handle events in smart ways Install To install @push.rocks/smartevent for use in your project, run the following command in your project root: npm install @push.rocks/smartevent --save This command will add @push.rocks/smartevent to your project's dependencie...
changelog.md for @push.rocks/lik
2026-03-22 - 6.4.0 - feat(collections) add new collection APIs, iterator support, and tree serialization utilities adds new convenience methods and properties across BackpressuredArray, FastMap, LimitedArray, ObjectMap, and Tree, including length/size accesso...
changelog.md for @push.rocks/smartarray
2025-01-04 - 1.1.0 - feat(core) Add concurrent processing support Introduced ConcurrentProcessor class for handling asynchronous operations with a concurrency limit. 2024-05-29 - 1.0.8 - Documentation Updated project description for clarity and accuracy. En...