UNPKG

1.04 kBSource Map (JSON)View Raw
1{"version":3,"file":"options.js","names":["INDENT_STRING","exports","NEWLINE_STRING","DATA_COLUMNS","INDENT_ROOT"],"sources":["../src/options.ts"],"sourcesContent":["export const INDENT_STRING = '\\t';\nexport const NEWLINE_STRING = '\\n';\nexport const DATA_COLUMNS = 68;\nexport const INDENT_ROOT = false;\n\nexport interface IToXmlOptions {\n\t//\n\t/**\n\t * Indent string.\n\t *\n\t * @default '\\t'\n\t */\n\tindentString?: string | null;\n\n\t/**\n\t * Newline string.\n\t *\n\t * @default '\\n'\n\t */\n\tnewlineString?: string | null;\n\n\t/**\n\t * Data columns, zero of negative for one row.\n\t *\n\t * @default 68\n\t */\n\tdataColumns?: number | null;\n\n\t/**\n\t * Indent root element content.\n\t *\n\t * @default false\n\t */\n\tindentRoot?: boolean | null;\n}\n"],"mappings":";;;;;;AAAO,MAAMA,aAAa,GAAG,IAAI;AAACC,OAAA,CAAAD,aAAA,GAAAA,aAAA;AAC3B,MAAME,cAAc,GAAG,IAAI;AAACD,OAAA,CAAAC,cAAA,GAAAA,cAAA;AAC5B,MAAMC,YAAY,GAAG,EAAE;AAACF,OAAA,CAAAE,YAAA,GAAAA,YAAA;AACxB,MAAMC,WAAW,GAAG,KAAK;AAACH,OAAA,CAAAG,WAAA,GAAAA,WAAA"}
\No newline at end of file