# nv-dict-pop-with-value

> nv-dict-pop-with-value ============ - nv-dict-pop-with-value

Latest version **1.0.1** (published 2021-02-26) · ISC license · 0 weekly downloads

## Install

```sh
npm install nv-dict-pop-with-value
pnpm add nv-dict-pop-with-value
yarn add nv-dict-pop-with-value
bun add nv-dict-pop-with-value
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2021-02-26 |
| First published | 2021-02-26 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 4.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | ihgazni2 |

## Links

- npm: https://www.npmjs.com/package/nv-dict-pop-with-value
- npm.io page: https://npm.io/package/nv-dict-pop-with-value

## Dependencies (2)

- [nv-dict-basic](https://npm.io/package/nv-dict-basic.md) ^1.0.5
- [nv-dict-pop-with-function](https://npm.io/package/nv-dict-pop-with-function.md) ^1.0.0

## Recent versions

- 1.0.1 (latest) — 2021-02-26
- 1.0.0 — 2021-02-26

## README

nv-dict-pop-with-value
============
- nv-dict-pop-with-value


install
=======
- npm install nv-dict-pop-with-value

usage
=====

example
-------

    const {
        fst,
        fst_not,
        lst,
        lst_not,
        which,
        which_not,
        which_from_lst,
        which_not_from_lst,
        some,
        some_not,
        some_from_lst,
        some_not_from_lst,
        all,
        all_not
    } = require("nv-dict-pop-with-value");
    
    const dict_vpop = require("nv-dict-pop-with-value")
    var d = {a:100,b:200,c:100,d:400}
    var nd = dict_vpop.all(d,100)
    > d
    { b: 200, d: 400 }
    > nd
    { a: 100, c: 100 }
    >    


API
====

- dict\_vpop.fst(d,v,...cond\_other\_func\_params)
- dict\_vpop.fst\_not(d,v,...cond\_other\_func\_params)
- dict\_vpop.which(d,index,v,...cond\_other\_func\_params)
- dict\_vpop.which\_not(d,index,v,...cond\_other\_func\_params)
- dict\_vpop.which\_from\_lst(d,index,v,...cond\_other\_func\_params)
- dict\_vpop.which\_not\_from\_lst(d,index,v,...cond\_other\_func\_params)
- dict\_vpop.lst(d,v,...cond\_other\_func\_params)
- dict\_vpop.lst\_not(d,v,...cond\_other\_func\_params)
- dict\_vpop.some(d,whiches,v,...cond\_other\_func\_params)
- dict\_vpop.some\_not(d,whiches,v,...cond\_other\_func\_params)
- dict\_vpop.some\_from\_lst(d,whiches,v,...cond\_other\_func\_params)
- dict\_vpop.some\_not\_from\_lst(d,whiches,v,...cond\_other\_func\_params)
- dict\_vpop.all(d,v,...cond\_other\_func\_params)
- dict\_vpop.all\_not(d,v,...cond\_other\_func\_params)

LICENSE
=======
- ISC

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