Your IP : 216.73.216.152


Current Path : /home/kamilrogam/komp/2018/180513/git/simpleKanban/node_modules/with/node_modules/acorn/src/
Upload File :
Current File : /home/kamilrogam/komp/2018/180513/git/simpleKanban/node_modules/with/node_modules/acorn/src/util.js

export function isArray(obj) {
  return Object.prototype.toString.call(obj) === "[object Array]"
}

// Checks if an object has a property.

export function has(obj, propName) {
  return Object.prototype.hasOwnProperty.call(obj, propName)
}