Skip to content

Commit

Permalink
Export TOML so that Madata knows about it
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitrySharabin committed Jul 18, 2024
1 parent 7f57879 commit 08db431
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions formats/index-fn.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ export {default as JSON} from "./json/index.js";
export {default as Text} from "./text/index.js";
export {default as CSV} from "./csv/index.js";
export {default as Yaml} from "./yaml/index.js";
export {default as Toml} from "./toml/index.js";

0 comments on commit 08db431

Please sign in to comment.