]> git.r.bdr.sh - rbdr/dotfiles/blob
b560c2c36b0d4b866462ecbd1ee30cc0dd3c46a9
[rbdr/dotfiles] /
1 'use strict';
2
3 module.exports = function (t, a) {
4 a(t({}), true, "Empty");
5 a(t({ 1: 1 }), false, "Not empty");
6 };