UNPKG

phaser4-rex-plugins

Version:
6 lines (5 loc) 140 B
var GetMatchN = function (n, callback, scope) { this.match.match(n, callback, scope); return this; } export default GetMatchN;