Skip to content

Commit

Permalink
fix: expose TomlPrimitive
Browse files Browse the repository at this point in the history
  • Loading branch information
cyyynthia committed Aug 20, 2023
1 parent 2e11fd1 commit 3f9f4d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "smol-toml",
"version": "1.1.1",
"version": "1.1.2",
"keywords": [
"toml",
"parser",
Expand Down
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ export { default as TomlDate } from './date.js'

export { parse } from './parse.js'
export { stringify } from './stringify.js'

export type { TomlPrimitive } from './util.js'

0 comments on commit 3f9f4d1

Please sign in to comment.