Skip to content

Commit f048ee4

Browse files
authored
Export ColumnHeader type (#72)
* Export ColumnHeader * Bump version
1 parent f512455 commit f048ee4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export * from "./generator";
22
export { mkConfig } from "./config";
3-
export { CsvOutput, ConfigOptions } from "./types";
3+
export { CsvOutput, ConfigOptions, ColumnHeader } from "./types";
44
export { asString } from "./helpers";

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "export-to-csv",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "Easily create CSV data from json collection",
55
"type": "module",
66
"repository": {

0 commit comments

Comments
 (0)