UNPKG

smart-csv-delimiter

Version:

Intelligent CSV delimiter auto-detection for Node.js - lightweight, fast, and reliable

8 lines 674 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.detectDelimiterWithDetails = exports.detectDelimiter = exports.CsvDelimiterDetector = void 0; var detector_1 = require("./detector"); Object.defineProperty(exports, "CsvDelimiterDetector", { enumerable: true, get: function () { return detector_1.CsvDelimiterDetector; } }); Object.defineProperty(exports, "detectDelimiter", { enumerable: true, get: function () { return detector_1.detectDelimiter; } }); Object.defineProperty(exports, "detectDelimiterWithDetails", { enumerable: true, get: function () { return detector_1.detectDelimiterWithDetails; } }); //# sourceMappingURL=index.js.map