/** * @typedef GrabResponse * @property {number} status * @property {Map} */ stream() {} /** * @returns {Promise} */ response() {} /** * @returns {Promise} */ json() {} /** * @returns {Promise} */ text() {} /** * @param {(res: GrabResponse) => any} * @returns {Promise} */ check(test) {} } module.exports = GrabReference