UNPKG

mc-term

Version:

Play Minecraft and configure bots from the terminal

7 lines (6 loc) 183 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.tab = tab; function tab(str1, str2, maxLength) { return str1.padEnd(maxLength, ' ') + str2; }