Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

5 total results found

readme.md for @push.rocks/lik

@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...

utilities
helpers
typescript
node.js
string manipulation
object management
execution control
data structures
asynchronous programming
event handling
data aggregation

docs/index.md for @push.rocks/lik

@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...

utilities
helpers
typescript
node.js
string manipulation
object management
execution control
data structures
asynchronous programming
event handling
data aggregation

readme.md for @push.rocks/smartstring

@push.rocks/smartstring

🎯 Smart string manipulation for TypeScript - Your comprehensive toolkit for handling strings, domains, Git URLs, and encodings with elegance and precision. Why smartstring? When working with strings in modern JavaScript/TypeScript applications, you often need ...

string manipulation
encode
decode
base64
indentation
normalization
regex
random string
cryptographic string
domain parsing
git repository parsing
docker environment parsing

changelog.md for @push.rocks/lik

@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...

utilities
helpers
typescript
node.js
string manipulation
object management
execution control
data structures
asynchronous programming
event handling
data aggregation

changelog.md for @push.rocks/smartstring

@push.rocks/smartstring

2025-09-12 - 4.1.0 - feat(core) Introduce native implementations for Base64, random generation and normalization; remove runtime plugin dependencies; update tests, docs and package metadata Implemented a cross-platform universal Base64 encoder/decoder and rep...

string manipulation
encode
decode
base64
indentation
normalization
regex
random string
cryptographic string
domain parsing
git repository parsing
docker environment parsing