UNPKG

phaser4-rex-plugins

Version:
5 lines (4 loc) 117 B
var IsPromise = function (obj) { return obj && (typeof obj.then === 'function'); } export default IsPromise;