UNPKG

@ogs-gmbh/ngx-http

Version:

A lightweight Angular library that enhances HTTP functionalities by providing types, static values, and utility functions.

7 lines (6 loc) 150 B
export declare namespace HttpResponseTypes { const JSON: string; const ARRAYBUFFER: string; const BLOB: string; const TEXT: string; }