UNPKG

data-provider-temporary

Version:

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

5 lines (4 loc) 90 B
var rb = require('crypto').randomBytes; module.exports = function() { return rb(16); };