An open API service indexing awesome lists of open source software.

https://github.com/10xengineersqualityprogramming/vretriever

Retrieves a value.
https://github.com/10xengineersqualityprogramming/vretriever

Last synced: 9 months ago
JSON representation

Retrieves a value.

Awesome Lists containing this project

README

          

# vretriever
Retrieves a value.

```js
const vretriever = require('vretriever')

console.log(vretriever.retrieve(1)) // 1

console.log(vretriever.retrieve("foo")) // 'foo'

console.log(vretriever.retrieve()) // undefined
```

## 10xGPWTHPL Licenced