blob: 29d8699d461a8504cbc8c13eba7736abdb54731c [file] [log] [blame]
'use strict';
var isArray = Array.isArray;
module.exports = function (t, a) {
t((t === null) || isArray(t.prototype), true);
};