UNPKG

mc-term

Version:

Play Minecraft and configure bots from the terminal

7 lines (6 loc) 206 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.escapeRegExp = escapeRegExp; function escapeRegExp(string) { return string.replace(/[.*+?^${}()|[\]\\]/g, '\\$&'); }