UNPKG

@chubbyts/chubbyts-decode-encode

Version:

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

3 lines (2 loc) 116 B
import type { TypeDecoder } from './index.js'; export declare const createUrlEncodedTypeDecoder: () => TypeDecoder;