A set of helpers in TS/JS, compatible with tree-shaking, for array.
npm install @helpers4/arrayThe @helpers4 are a collection of helper functions for use in any project, whatever the framework.
Every helper is a standalone module and supports tree-shaking, so you can use only the helpers you need without embedding the whole library.
A set of helpers for working with URLs.
- quickCompare
- sort
- unique
- deepCompare
- difference
- oneInCommon
- arrayEquals
- chunk
- intersection
- date
- function
- number
- object
- observable
- promise
- string
- type
- url
- version
| Name | Package | Source Code | Description |
|------|---------|-------------|-------------|
| array | @helpers4/array | Source | Array manipulation utilities |
| date | @helpers4/date | Source | date utilities |
| function | @helpers4/function | Source | Function utilities and type guards |
| number | @helpers4/number | Source | number utilities |
| object | @helpers4/object | Source | Object manipulation utilities |
| observable | @helpers4/observable | Source | Observable utilities and combinators |
| promise | @helpers4/promise | Source | Promise utilities and error handling |
| string | @helpers4/string | Source | String manipulation and formatting utilities |
| type | @helpers4/type | Source | type utilities |
| url | @helpers4/url | Source | URL parsing and manipulation utilities |
| version | @helpers4/version | Source | Version string manipulation utilities |
baxyz |