UNPKG

data-provider-temporary

Version:

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

5 lines (4 loc) 123 B
var defined = require('../'); var opts = { y : false, w : 4 }; var x = defined(opts.x, opts.y, opts.w, 8); console.log(x);