UNPKG

data-synchronizer

Version:

A versatile library for transferring data across multi-page applications or single page applications.

10 lines (7 loc) 160 B
const $type = 'string'; const to = (value: string) => ([ $type, value ]) const from = (value: string) => value export default [$type, from, to];