mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 07:09:30 +08:00
4 lines
123 B
Text
4 lines
123 B
Text
var defined = require('../');
|
|
var opts = { y : false, w : 4 };
|
|
var x = defined(opts.x, opts.y, opts.w, 8);
|
|
console.log(x);
|