UNPKG

tupleson

Version:

A hackable JSON serializer/deserializer

7 lines (4 loc) 283 B
import { TsonOptions, TsonStringifyFn, TsonSerializeFn } from './syncTypes.js'; declare function createTsonStringify(opts: TsonOptions): TsonStringifyFn; declare function createTsonSerialize(opts: TsonOptions): TsonSerializeFn; export { createTsonSerialize, createTsonStringify };