Skip to content

Commit

Permalink
All all falsely bigint's in ClassNameValue
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsArtmann committed Apr 19, 2024
1 parent 7aa5790 commit 57a5afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/tw-join.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Original code has MIT license: Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (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
Expand Down

0 comments on commit 57a5afb

Please sign in to comment.