UNPKG

mc-term

Version:

Play Minecraft and configure bots from the terminal

7 lines (6 loc) 173 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isString = isString; function isString(value) { return typeof value === 'string'; }