mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-13 08:55:44 +01:00
use reflow to migrate from flow to typescript
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { validation } from '@scm-manager/ui-components';
|
||||
|
||||
const isNameValid = validation.isNameValid;
|
||||
|
||||
export { isNameValid };
|
||||
|
||||
export const isMemberNameValid = (name: string) => {
|
||||
return isNameValid(name);
|
||||
};
|
||||
Reference in New Issue
Block a user