We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 361cf8c + 57a5afb commit aae31bbCopy full SHA for aae31bb
src/lib/tw-join.ts
@@ -8,7 +8,7 @@
8
* Original code has MIT license: Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (lukeed.com)
9
*/
10
11
-export type ClassNameValue = ClassNameArray | string | null | undefined | 0 | false
+export type ClassNameValue = ClassNameArray | string | null | undefined | 0 | 0n | false
12
type ClassNameArray = ClassNameValue[]
13
14
export function twJoin(...classLists: ClassNameValue[]): string
0 commit comments