UNPKG

scichart

Version:

Fast WebGL JavaScript Charting Library and Framework

12 lines (11 loc) 355 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.hasAllProperties = void 0; var hasAllProperties = function (obj, props) { for (var i = 0; i < props.length; i++) { if (!obj.hasOwnProperty(props[i])) return false; } return true; }; exports.hasAllProperties = hasAllProperties;