UNPKG

@petkoneo/phaser3-rex-plugins

Version:
5 lines (4 loc) 116 B
var IsFunction = function (obj) { return obj && (typeof(obj) === 'function'); }; export default IsFunction;