chainy/node_modules/deck/example/wpick.js

10 lines
124 B
JavaScript
Raw Permalink Normal View History

2020-01-26 19:03:32 +00:00
var deck = require('deck');
var x = deck.pick({
a : 10,
b : 8,
c : 2,
d : 1,
e : 1,
});
console.log(x);