We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1d137a commit 0bd7d64Copy full SHA for 0bd7d64
src/lib/result-callback.func.ts
@@ -1,6 +1,6 @@
1
/**
2
- * Default function to handle `callback` of functions.
3
- * @param result A value of `boolean` type of the result of the check.
4
- * @returns The return value is a `boolean` of the result of the check.
+ * @description Default function to handle `callback` of functions.
+ * @param {boolean} result - A value of `boolean` type of the result of the check.
+ * @returns {boolean} The returned value is a `boolean` of the result of the check.
5
*/
6
export const resultCallback = (result: boolean): boolean => result;
0 commit comments