Supporting void function return type
This commit is contained in:
@ -46,3 +46,7 @@ export function verify_boolean(data: any) {
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
export function verify_void(data: any) {
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user