mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 14:50:32 +00:00
chrone: sperate client and server to different repos.
This commit is contained in:
1
src/components/Forms/MoneyInputGroup/utils/isNumber.ts
Normal file
1
src/components/Forms/MoneyInputGroup/utils/isNumber.ts
Normal file
@@ -0,0 +1 @@
|
||||
export const isNumber = (input: string): boolean => RegExp(/\d/, 'gi').test(input);
|
||||
Reference in New Issue
Block a user