UNPKG

@chubbyts/chubbyts-decode-encode

Version:

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

5 lines (4 loc) 153 B
/** * @deprecated This file re-exports the old API. Use './decoder.ts' directly instead. */ export { DecodeError, createDecoder } from './decoder.js';