MCPcopy
hub / github.com/caolan/async / has

Function has

lib/memoize.js:8–10  ·  view source on GitHub ↗
(obj, key)

Source from the content-addressed store, hash-verified

6import wrapAsync from './internal/wrapAsync';
7
8function has(obj, key) {
9 return key in obj;
10}
11
12/**
13 * Caches the results of an async function. When creating a hash to store

Callers 1

memoizeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected