UNPKG

@chubbyts/chubbyts-decode-encode

Version:

A simple decode/encode solution for json / jsonx / url-encoded / xml / yaml.

6 lines (5 loc) 211 B
/** * @deprecated This file re-exports the old API. Use './encoder.ts' directly instead. */ export { EncodeError, createEncoder } from './encoder.js'; export type { TypeEncoder, Encoder } from './encoder.js';