UNPKG

991 BSource 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 * 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,GAAAC,OAAA,CAAAD,aAAA,GAAG,IAAI;AAC1B,MAAME,cAAc,GAAAD,OAAA,CAAAC,cAAA,GAAG,IAAI;AAC3B,MAAMC,YAAY,GAAAF,OAAA,CAAAE,YAAA,GAAG,EAAE;AACvB,MAAMC,WAAW,GAAAH,OAAA,CAAAG,WAAA,GAAG,KAAK"}
\No newline at end of file