Skip to content

Commit

Permalink
Export ColumnHeader type (#72)
Browse files Browse the repository at this point in the history
* Export ColumnHeader

* Bump version
  • Loading branch information
alexcaza committed Dec 18, 2023
1 parent f512455 commit f048ee4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export * from "./generator";
export { mkConfig } from "./config";
export { CsvOutput, ConfigOptions } from "./types";
export { CsvOutput, ConfigOptions, ColumnHeader } from "./types";
export { asString } from "./helpers";
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "export-to-csv",
"version": "1.2.1",
"version": "1.2.2",
"description": "Easily create CSV data from json collection",
"type": "module",
"repository": {
Expand Down

0 comments on commit f048ee4

Please sign in to comment.