wishthis/node_modules/es5-ext/test/array/_sub-array-dummy-safe.js

6 lines
125 B
JavaScript
Raw Normal View History

2022-01-21 08:28:41 +00:00
"use strict";
var isArray = Array.isArray;
module.exports = function (t) { t(t === null || isArray(t.prototype), true); };