Auto-refresh expired profile pictures
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
/**
|
||||
* @typedef GrabResponse
|
||||
* @property {number} status
|
||||
* @property {Map<string, string|string[]} headers
|
||||
*/
|
||||
|
||||
// @ts-nocheck
|
||||
@@ -14,7 +15,7 @@ class GrabReference {
|
||||
throw new Error("This is the reference class, do not instantiate it.")
|
||||
}
|
||||
|
||||
// Please help me type this
|
||||
// Please help me write typings for stream()
|
||||
/**
|
||||
* @returns {Promise<any>}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user