5 lines
94 B
Plaintext
5 lines
94 B
Plaintext
/**
|
|
* Browser's fetch method (or compatible such as fetch-mock)
|
|
*/
|
|
export type Fetch = any;
|