UNPKG

phaser4-rex-plugins

Version:
4 lines 127 B
var IsArray = function(obj) { return Object.prototype.toString.call(obj) === '[object Array]'; } export default IsArray;