UNPKG

tupleson

Version:

A hackable JSON serializer/deserializer

6 lines (3 loc) 115 B
import { TsonType } from '../syncTypes.js'; declare const tsonDate: TsonType<Date, string>; export { tsonDate };