UNPKG

tupleson

Version:

A hackable JSON serializer/deserializer

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