Skip to content

Commit 62d6208

Browse files
committed
mapping new converters
1 parent 3bd58e1 commit 62d6208

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/index.ts

+5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
1+
import { toJsonLines, toJsonLinesStream } from './converters/toJsonLines';
12
import { toMarkdownTable } from './converters/toMarkdownTable';
3+
import { toYaml } from './converters/toYaml';
24
import { toCSV } from './converters/toCSV';
35
import { toXML } from './converters/toXML';
46

57
export const jsonweaver = {
8+
toJsonLinesStream,
69
toMarkdownTable,
10+
toJsonLines,
11+
toYaml,
712
toCSV,
813
toXML,
914
};

0 commit comments

Comments
 (0)