UNPKG

@opstarts/chimp

Version:

Develop acceptance tests & end-to-end tests with realtime feedback.

8 lines (5 loc) 131 B
'use strict'; var isArray = Array.isArray; module.exports = function (t, a) { t((t === null) || isArray(t.prototype), true); };