add typedef for Ref

This commit is contained in:
joshuaboud 2022-05-30 14:31:21 -03:00
parent 38417ab661
commit 1fe86c3d9c
No known key found for this signature in database
GPG Key ID: 17EFB59E2A8BF50E

View File

@ -21,3 +21,9 @@
* @callback ErrorCallback
* @param {Error} error - The error to handle
*/
/**
* @template T
* @typedef {Object} Ref
* @property {T} value
*/