UNPKG

@logicflow/dumi-theme-simple

Version:
3 lines 113 B
export function getCategoryId(topicId, exampleId) { return [topicId, exampleId].join('-').replace(/\s/g, ''); }