initial commit of C++ back end and react front end
This commit is contained in:
1
interface/src/validators/optional.js
Normal file
1
interface/src/validators/optional.js
Normal file
@@ -0,0 +1 @@
|
||||
export default validator => value => !value || validator(value);
|
||||
Reference in New Issue
Block a user