@zhc.js/entity-utils
v1.0.1
Published
A set of functions for array and object manipulation.
Maintainers
Readme
@zakahacecosas/ | @zhc.js/
entity-utils
A few functions for helping with arrays and objects. Works with NodeJS, Bun, Deno, and (if transpiled to JavaScript) with any web browser.
Installation
# deno, yarn, or pnpm
deno add jsr:@zakahacecosas/entity-utils
yarn add jsr:@zakahacecosas/entity-utils
pnpm add jsr:@zakahacecosas/entity-utils
# npm or bun (the org here is different)
npm install @zhc.js/entity-utils
bun add @zhc.js/entity-utils
# you can use npx/bunx jsr add... too, but it doesn't work with every nodejs projectFeature highlights
- As of now just key-map and value-map, I'll add more stuff later on.
Documentation
All functions have rich JSDoc (examples included), so the editor itself counts as "documentation".
The module is fully documented in jsr.io, click here for module documentation.
