UNPKG

@ampush/centaurus

Version:

Centaurus, is an Ampush repository designed to house common UI components, JS classes, templates and API methods in a central place that can be imported and reused across other Ampush partner repositories as needed.

8 lines (6 loc) 185 B
var isArray = 'isArray' in Array ? Array.isArray : function (value) { return Object.prototype.toString.call(value) === '[object Array]'; }; export default isArray;