UNPKG

data-provider-temporary

Version:

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

10 lines (8 loc) 181 B
"use strict"; exports.__esModule = true; exports.default = getValue; function getValue(_ref) { var value = _ref.value; return value; } module.exports = exports["default"];