add error callback typedef

This commit is contained in:
joshuaboud 2022-05-30 13:19:14 -03:00
parent 872f1eeed6
commit f41f3161eb
No known key found for this signature in database
GPG Key ID: 17EFB59E2A8BF50E

View File

@ -16,3 +16,8 @@
* @property {Boolean} searchInDirectory.ignoreCase - false: case sensitive, true: case insensitive
* @property {Boolean} searchInDirectory.fullRegex - false: glob matching, true: full regex mode
*/
/**
* @callback ErrorCallback
* @param {Error} error - The error to handle
*/