feat: rename validation util file to validateUsername
This commit is contained in:
parent
8d53b2765f
commit
8ffe3aa738
1 changed files with 0 additions and 0 deletions
|
@ -1,3 +0,0 @@
|
|||
export default (username: string) => {
|
||||
return /^[\w.-]+$/.test(username);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue