UNPKG

@darkgl/slow-json-stringify

Version:
6 lines (5 loc) 231 B
import { attr, escape } from './_utils.js'; import type { Serializer, SjsSchema, SjsSerializer } from './types.js'; declare const sjs: (schema: SjsSchema) => SjsSerializer; export { sjs, attr, escape }; export type { Serializer };