UNPKG

phaser4-rex-plugins

Version:
5 lines 146 B
var IsUID = function (object) { var type = typeof (object); return (type === 'number') || (type === 'string'); } export default IsUID;