update readme

This commit is contained in:
Rowan 2025-05-25 12:44:24 -05:00
parent 273ce78496
commit ed6f17bcb2

View file

@ -6,7 +6,7 @@ a (de)serializer for [serde-ts](https://git.kitsu.cafe/rowan/serde-ts)
import { Null, registerSerialize, registerDeserialize } from 'serde'
import { ISerializer } from 'serde/ser'
import { forward, IDeserializer, IIterableAccess, IMapAccess } from 'serde/de'
import { fromString, toString } from './src/index'
import { fromString, toString } from 'serde-json-ts'
toString(true) // "true"
toString(null) // "null"