MCPcopy
hub / github.com/adrianhajdin/banking / cn

Function cn

lib/utils.ts:7–9  ·  view source on GitHub ↗
(...inputs: ClassValue[])

Source from the content-addressed store, hash-verified

5import { z } from "zod";
6
7export function cn(...inputs: ClassValue[]) {
8 return twMerge(clsx(inputs));
9}
10
11// FORMAT DATE TIME
12export const formatDateTime = (dateString: Date) => {

Callers 15

BankInfoFunction · 0.90
CategoryBadgeFunction · 0.90
CategoryFunction · 0.90
MobileNavFunction · 0.90
BankTabItemFunction · 0.90
SidebarFunction · 0.90
label.tsxFile · 0.90
textarea.tsxFile · 0.90
tabs.tsxFile · 0.90
input.tsxFile · 0.90
progress.tsxFile · 0.90
table.tsxFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected