Getting Started
Documented version
v1 predates the unified @helpers4/all version line — each package released independently:
| Package | Version |
|---|---|
@helpers4/observable | 1.0.1 |
@helpers4/promise | 1.1.0 |
@helpers4/string | 1.0.1 |
@helpers4/url | 1.0.1 |
Installation
Section titled “Installation”v1 predates the @helpers4/all bundle — install each category you need directly:
Available packages: @helpers4/observable, @helpers4/promise, @helpers4/string, @helpers4/url.
Quick Start
Section titled “Quick Start”All imports are tree-shakable — your bundler will only include the functions you actually use.
CommonJS
Section titled “CommonJS”Runtime Compatibility
Section titled “Runtime Compatibility”| Runtime | Support |
|---|---|
| Node.js | >=10 |
Browser, Deno, and Bun compatibility were not explicitly tracked for v1 — no formal support matrix like the current one existed yet.
Quality Standards
Section titled “Quality Standards”v1 predates the current testing infrastructure (property-based tests, contract tests, mutation
testing, OpenSSF Scorecard, …). Each package shipped with a basic unit test suite
(*.spec.ts, colocated with the implementation) — nothing beyond that was formally tracked.
Next Steps
Section titled “Next Steps”- Browse the Categories
- Looking for the current library? → TypeScript (latest)
License
Section titled “License”AGPL-3.0 — See License for details.