rittenhop-ghost/versions/5.94.2/node_modules/csv-writer/dist/lib/lang/object.js

6 lines
224 B
JavaScript
Raw Normal View History

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.isObject = function (value) {
return Object.prototype.toString.call(value) === '[object Object]';
};
//# sourceMappingURL=object.js.map