UNPKG

@atlaskit/adf-schema

Version:

Shared package that contains the ADF-schema (json) and ProseMirror node/mark specs

14 lines (13 loc) 382 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.acShortcutToEmoji = acShortcutToEmoji; var _emoji = require("./emoji"); function acShortcutToEmoji(hipchatEmoticonShortName) { return { id: "".concat(_emoji.HC_EMOTICON_PREFIX).concat(hipchatEmoticonShortName), shortName: ":".concat(hipchatEmoticonShortName, ":"), text: '' }; }