UNPKG

94 BTypeScriptView Raw
1/**
2 * Browser's fetch method (or compatible such as fetch-mock)
3 */
4export type Fetch = any;