UNPKG

relay-runtime

Version:

A core runtime for building GraphQL-driven applications.

12 lines (11 loc) 245 B
'use strict'; var hasOwnProperty = Object.prototype.hasOwnProperty; function isEmptyObject(obj) { for (var _key in obj) { if (hasOwnProperty.call(obj, _key)) { return false; } } return true; } module.exports = isEmptyObject;