Skip to content

Commit

Permalink
Fix Input Type
Browse files Browse the repository at this point in the history
  • Loading branch information
PingHuskar committed Jan 14, 2025
1 parent 906bdae commit f1655bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const libraries = {
'BAHTTEXT.js': n => BAHTTEXTjs(n),
'thai-baht-text': n => THBText(n),
'thai-baht-text-ts': n => ThaiBaht(n),
'BahtRext': n => BT(n),
'BahtRext': n => BT(`${n}`),
};

Object.entries(libraries).forEach(([name, fn]) => {
Expand Down

0 comments on commit f1655bc

Please sign in to comment.