blob: b560c2c36b0d4b866462ecbd1ee30cc0dd3c46a9 [file] [log] [blame]
'use strict';
module.exports = function (t, a) {
a(t({}), true, "Empty");
a(t({ 1: 1 }), false, "Not empty");
};