UNPKG

phaser4-rex-plugins

Version:
8 lines (7 loc) 176 B
var SkipCurrentTypingDelay = function () { if (this.typingTimer) { this.typingTimer.seek(1); } return this; } export default SkipCurrentTypingDelay;