Last updated 2 years ago
resultCallback()
Default function to handle callback parameter of functions.
callback
const resultCallback = (result: boolean): boolean => result;
result: boolean
A value of boolean type of the result of the check.
boolean
The return value is a boolean of the result of the check.