UNPKG

phaser4-rex-plugins

Version:
4 lines 165 B
var GetPropertyPath = function (parentPath, property) { return (parentPath === '') ? property : `${parentPath}.${property}`; } export default GetPropertyPath;