UNPKG

908 BSource Map (JSON)View Raw
1{"version":3,"file":"options.mjs","names":["INDENT_STRING","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":"AAAA,OAAO,MAAMA,aAAa,GAAG,IAAI;AACjC,OAAO,MAAMC,cAAc,GAAG,IAAI;AAClC,OAAO,MAAMC,YAAY,GAAG,EAAE;AAC9B,OAAO,MAAMC,WAAW,GAAG,KAAK"}
\No newline at end of file