# nv-facutil-kkject

> nv-facutil-kkject =============== - simple-util for small-fixed-size key-as-value object

Latest version **1.0.0** (published 2021-12-12) · ISC license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install nv-facutil-kkject
pnpm add nv-facutil-kkject
yarn add nv-facutil-kkject
bun add nv-facutil-kkject
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2021-12-12 |
| First published | 2021-12-12 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 1.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | ihgazni2 |

## Links

- npm: https://www.npmjs.com/package/nv-facutil-kkject
- npm.io page: https://npm.io/package/nv-facutil-kkject

## Dependencies (1)

- [nv-facutil-basic](https://npm.io/package/nv-facutil-basic.md) ^1.0.91

## Recent versions

- 1.0.0 (latest) — 2021-12-12

## README

nv-facutil-kkject
===============
- simple-util for small-fixed-size key-as-value object 

install
=======
- npm install nv-facutil-kkject 

usage
=====

       const kkject = require("nv-facutil-kkject")
    
example
-------


###


    var errs = kkject('Errors',['EA','EB','EC'])
     
     > errs.EA
    'EA'
    > errs.EB
    'EB'
    > errs.EC
    'EC'
    > errs.add('ED')
    undefined
    > errs
    Errors(4) { 'EA', 'EB', 'EC', 'ED' }
    > errs.ED
    'ED'
    > errs.delete('EA')
    undefined
    > errs
    Errors(3) { 'EB', 'EC', 'ED' }
    > errs.EA
    undefined
    >
        

LICENSE
=======
- ISC

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