Skip to content

Commit

Permalink
fix: parse() typings
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add committed Aug 31, 2023
1 parent 4768a1e commit 7bb0f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jsonb.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export function parse<T>(s: string, bn?: any[]): T
export function parse<T>(s: string): T
export function stringify(obj: any): string
export namespace JSONB {
export { parse }
Expand Down

0 comments on commit 7bb0f8f

Please sign in to comment.