UNPKG

svelte-ux

Version:

- Increment version in `package.json` and commit as `Version bump to x.y.z` - `npm run publish`

7 lines (6 loc) 230 B
export declare function encode(value: any): string; export declare function decode(value: string): any; /** * Convert date strings to Date instances */ export declare function reviver(key: string, value: string): string | Date;