Skip to content

Commit e45475c

Browse files
chore: update vite to version 5.4.19 and bump pure-parse to 1.0.0-rc.0
1 parent 5337750 commit e45475c

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

packages/pure-parse/src/guards/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ export * from './optional'
1111
export * from './instanceOfGuard'
1212
export * from './unknown'
1313
export * from './never'
14+
export * from './json'

packages/pure-parse/src/parsers/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ export * from './dictionary'
1414
export * from './parseNumberFromString'
1515
export * from './formatting'
1616
export * from './ParseResult'
17+
export * from './json'

0 commit comments

Comments
 (0)