Closed philosofonusus closed 3 years ago
This is how i usually import and use it
import * as p from 'phin` ... const res = await p({url: "Some url", method: "POST", data:{...form} })
I think it is not my problem
This is how i usually import and use it