Skip to content

Commit

Permalink
➕ isFloat
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperC03 committed Sep 30, 2020
1 parent be440b1 commit bb69295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/isFloat.ts
Expand Up @@ -24,4 +24,4 @@ export const isFloat = (str: string, options?: FloatOptions) => {
return false;
}
return float.test(str);
}
};

0 comments on commit bb69295

Please sign in to comment.