UNPKG

mc-term

Version:

Play Minecraft and configure bots from the terminal

12 lines (11 loc) 294 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.displayName = displayName; const path_1 = require("path"); function displayName(path) { const m = (0, path_1.basename)(path).match(/^.+(?=\.)|.+/); if (m) { return m[0]; } return ''; }