]> git.r.bdr.sh - rbdr/dotfiles/blob
7307da8640fcd19db152ce00ee7fdfb9ae360b6e
[rbdr/dotfiles] /
1 'use strict';
2
3 module.exports = function (t, a) {
4 a.deep(t({ 1: 1, 2: 2, 3: 3, 4: 4 },
5 function (value) { return Boolean(value % 2); }), { 1: 1, 3: 3 });
6 };