UNPKG

data-provider-temporary

Version:

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

6 lines (3 loc) 98 B
'use strict'; var Set = require('../'); module.exports = function () { return new Set(this); };