UNPKG

tupleson

Version:

A hackable JSON serializer/deserializer

6 lines (3 loc) 126 B
import { TsonType } from '../syncTypes.mjs'; declare const tsonUndefined: TsonType<undefined, 0>; export { tsonUndefined };