UNPKG

data-provider-temporary

Version:

Library that helps with server-to-client synchronization of data

10 lines (7 loc) 133 B
'use strict'; var atob = require('./lib/atob'); var btoa = require('./lib/btoa'); module.exports = { atob: atob, btoa: btoa };