blob: 983c79be1c5a186636340e1bb6bf62b7a826522f [file] [log] [blame]
/**
* Browser's fetch method (or compatible such as fetch-mock)
*/
export type Fetch = any;