UNPKG

420 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.NEWLINE_STRING = exports.INDENT_STRING = exports.INDENT_ROOT = exports.DATA_COLUMNS = void 0;
7const INDENT_STRING = exports.INDENT_STRING = '\t';
8const NEWLINE_STRING = exports.NEWLINE_STRING = '\n';
9const DATA_COLUMNS = exports.DATA_COLUMNS = 68;
10const INDENT_ROOT = exports.INDENT_ROOT = false;
11//# sourceMappingURL=options.js.map
\No newline at end of file