[Fuck] Type definition
This commit is contained in:
@@ -5,7 +5,7 @@ const collection = db.get('users');
|
||||
(collection as any).index('username'); // fuck type definition
|
||||
(collection as any).index('token'); // fuck type definition
|
||||
|
||||
export default collection;
|
||||
export default collection as any; // fuck type definition
|
||||
|
||||
export function validateUsername(username: string): boolean {
|
||||
return /^[a-zA-Z0-9\-]{3,20}$/.test(username);
|
||||
|
Reference in New Issue
Block a user