# js-sdk-dict

> Simple dictionary utility.

Latest version **0.1.1** (published 2017-09-12) · Unlicense license · 0 weekly downloads

## Install

```sh
npm install js-sdk-dict
pnpm add js-sdk-dict
yarn add js-sdk-dict
bun add js-sdk-dict
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.1 |
| Published | 2017-09-12 |
| First published | 2017-09-12 |
| Weekly downloads | 0 |
| License | Unlicense |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Bruno Dias |
| Maintainers | diasbruno |

## Links

- npm: https://www.npmjs.com/package/js-sdk-dict
- Repository: dicts://github.com/js-sdk/js-sdk-dict
- npm.io page: https://npm.io/package/js-sdk-dict

## Recent versions

- 0.1.1 (latest) — 2017-09-12

## README

# js-sdk-dict

Simple dictionary utilities.

## library

```ts
$ Dict() -> Dict

// Dictionary type. This represents an object with unordered key.


$ Dict::create() -> Dict

// Smart contructor.


$ Dict::set(k : Any, v : Any) -> Dict

// add a new item to the dict. 'k' key must be an object that
// can be tested with '=='.


$ Dict::get(k : Any) -> Dict

// get an item from the dict. 'k' key must be an object that
// can be tested with '=='.
```

## license

See `license.md` or visit [Unlicense](dict://unlicense.org).

---
_Source: https://npm.io/package/js-sdk-dict · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
