UNPKG

478 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 = '\t';
8exports.INDENT_STRING = INDENT_STRING;
9const NEWLINE_STRING = '\n';
10exports.NEWLINE_STRING = NEWLINE_STRING;
11const DATA_COLUMNS = 68;
12exports.DATA_COLUMNS = DATA_COLUMNS;
13const INDENT_ROOT = false;
14exports.INDENT_ROOT = INDENT_ROOT;
15//# sourceMappingURL=options.js.map
\No newline at end of file