Skip to content

Commit

Permalink
refactor: ref passthrough
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt committed Apr 5, 2023
1 parent 8467a26 commit fee4476
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/defaultJsonSerializer.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
import type { JsonSerializer } from './types.js'

export const defaultJsonSerializer: JsonSerializer = {
parse: JSON.parse,
stringify: JSON.stringify,
}
export const defaultJsonSerializer: JsonSerializer = JSON

0 comments on commit fee4476

Please sign in to comment.