MCPcopy
hub / github.com/hybridgroup/cylon / hasProp

Function hasProp

lib/validator.js:8–10  ·  view source on GitHub ↗
(object, prop)

Source from the content-addressed store, hash-verified

6 _ = require("./utils/helpers");
7
8function hasProp(object, prop) {
9 return object.hasOwnProperty(prop);
10}
11
12function die() {
13 var RobotDSLError = new Error("Unable to start robot due to a syntax error");

Callers 1

validator.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected