UNPKG

@petkoneo/phaser3-rex-plugins

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