diff --git a/src/lib/tw-join.ts b/src/lib/tw-join.ts index 4e081ed7..86d909ec 100644 --- a/src/lib/tw-join.ts +++ b/src/lib/tw-join.ts @@ -8,7 +8,7 @@ * Original code has MIT license: Copyright (c) Luke Edwards (lukeed.com) */ -export type ClassNameValue = ClassNameArray | string | null | undefined | 0 | false | bigint +export type ClassNameValue = ClassNameArray | string | null | undefined | 0 | 0n | false type ClassNameArray = ClassNameValue[] export function twJoin(...classLists: ClassNameValue[]): string