UNPKG

tupleson

Version:

A hackable JSON serializer/deserializer

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