MCPcopy
hub / github.com/Innei/Shiro / clsxm

Function clsxm

src/lib/helper.ts:4–6  ·  view source on GitHub ↗
(...args: any[])

Source from the content-addressed store, hash-verified

2import { twMerge } from 'tailwind-merge'
3
4export const clsxm = (...args: any[]) => {
5 return twMerge(clsx(args))
6}
7
8export const escapeHTMLTag = (html: string) => {
9 const lt = /</g,

Callers 15

PaperFunction · 0.90
WiderContainerFunction · 0.90
NormalContainerFunction · 0.90
DividerFunction · 0.90
Header.tsxFile · 0.90
LogoFunction · 0.90
UserAuthFromIconFunction · 0.90
MenuPopover.tsxFile · 0.90
SiteOwnerAvatarFunction · 0.90
HeaderLogoAreaFunction · 0.90
HeaderLeftButtonAreaFunction · 0.90
ForDesktopFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected