Skip to content

Commit

Permalink
{fix} add missing export for Tag
Browse files Browse the repository at this point in the history
  • Loading branch information
bgotink committed Feb 17, 2024
1 parent 6130bb4 commit fcbbe63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export {clearFormat} from "./clear-format.js";
export {Document, Entry, Identifier, Node, Value} from "./model.js";
export {Document, Entry, Identifier, Node, Tag, Value} from "./model.js";
export {InvalidKdlError} from "./error.js";
export {format} from "./format.js";
export {getLocation} from "./locations.js";
Expand Down

0 comments on commit fcbbe63

Please sign in to comment.