@expofp/floorplan
Version:
Interactive floor plan library for expos and events
2 lines (1 loc) • 364 B
JavaScript
import{getLocale as i}from"../../utils/i18n";export function getDescription(n){if(typeof n!="string"||n.length===0)return"";const t=n.split(RegExp("(?=!\\*\\/\\/\\|\\|\\^\\^[a-z]{2}\\^\\^\\/\\/\\|\\|\\*!)")),s=`!*//||^^${i()}^^//||*!`,r=t.find(e=>e.startsWith(s));return r!=null?r.substring(18):t[0].startsWith("!*//||^^")&&t[0].length>18?t[0].substring(18):t[0]}