Explicit void

This commit is contained in:
Tim Schaub
2018-07-26 10:46:39 -06:00
parent 8346bb7454
commit 6cfa2b22a7
21 changed files with 54 additions and 53 deletions

View File

@@ -21,6 +21,6 @@ export function FALSE() {
/**
* A reusable function, used e.g. as a default for callbacks.
*
* @return {undefined} Nothing.
* @return {void} Nothing.
*/
export function UNDEFINED() {}
export function VOID() {}