UNPKG

mc-term

Version:

Play Minecraft and configure bots from the terminal

7 lines (6 loc) 188 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.sleep = sleep; async function sleep(ms) { await new Promise(resolve => setTimeout(resolve, ms)); }