-
-
Notifications
You must be signed in to change notification settings - Fork 44
Closed
Description
Consider the following code:
import { mande } from 'mande'
const api = mande('baseUrl');
const response = api.get('1');
In this case response will be Promise<Response>, but it should be Promise<any> if no type specified since responseAs is json by default.
Correct me if I am wrong.
Typescript version: 4.6.4
Mande version: 2.0.1
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
