MCPcopy
hub / github.com/node-formidable/formidable / hasOwnProp

Function hasOwnProp

src/Formidable.js:44–46  ·  view source on GitHub ↗
(obj, key)

Source from the content-addressed store, hash-verified

42};
43
44function hasOwnProp(obj, key) {
45 return Object.prototype.hasOwnProperty.call(obj, key);
46}
47
48
49const decorateForceSequential = function (promiseCreator) {

Callers 1

parseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…