UNPKG

mc-term

Version:

Play Minecraft and configure bots from the terminal

7 lines (6 loc) 214 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getQuotedStrings = getQuotedStrings; function getQuotedStrings(str) { return str.match(/(?<=")[^"]+(?=")|[^\s"]+/g) || []; }