UNPKG

@urban-bot/slack

Version:

Create Slack chatbot with urban-bot

8 lines 269 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getTypeByMimeType = void 0; function getTypeByMimeType(mimeType) { return mimeType.split('/')[0]; } exports.getTypeByMimeType = getTypeByMimeType; //# sourceMappingURL=utils.js.map