UNPKG

ionic-native-http-connection-backend

Version:
2 lines (1 loc) 141 B
export declare const detectResponseType: (requestResponseType: 'arraybuffer' | 'blob' | 'text' | 'json') => 'arraybuffer' | 'blob' | 'text';