UNPKG

phaser4-rex-plugins

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