UNPKG

data-provider-temporary

Version:

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

10 lines (7 loc) 156 B
"use strict"; var value = require("../object/valid-value"); module.exports = function (name) { return function (obj) { return value(obj)[name]; }; };