[improvement] rename packages dir to src (#3659)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
export function isNumber(value: string): boolean {
|
||||
return /^\d+(\.\d+)?$/.test(value);
|
||||
}
|
||||
Reference in New Issue
Block a user