UNPKG

330 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.resolveDelimiterChar = function (char) {
4 if (char === ',' || char === ';')
5 return char;
6 if (typeof char === 'undefined')
7 return ',';
8 throw new Error('Invalid field delimiter');
9};
10//# sourceMappingURL=delimiter.js.map
\No newline at end of file