UNPKG

csv-writer

Version:

Convert objects/arrays into a CSV string or write them into a CSV file

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