UNPKG

@chubbyts/chubbyts-decode-encode

Version:

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

6 lines (5 loc) 216 B
/** * @deprecated This file re-exports the old API. Use './data.ts' directly instead. */ export { isNull, isBoolean, isNumber, isString, isArray, isObject } from './data.js'; export type { Data } from './data.js';