UNPKG

tupleson

Version:

A hackable JSON serializer/deserializer

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