UNPKG

data-synchronizer

Version:

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

14 lines (11 loc) 183 B
const $type = 'undefined'; const to = () => { return [ $type, 'undefined', ] } const from = () => { return undefined; } export default [$type, from, to];