mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
5 lines
123 B
JavaScript
5 lines
123 B
JavaScript
var defined = require('../');
|
|
var opts = { y : false, w : 4 };
|
|
var x = defined(opts.x, opts.y, opts.w, 8);
|
|
console.log(x);
|