UNPKG

tupleson

Version:

A hackable JSON serializer/deserializer

6 lines (3 loc) 150 B
import { TsonType } from '../syncTypes.mjs'; declare const tsonSymbol: <T extends symbol>(symbol: T) => TsonType<T, string>; export { tsonSymbol };