UNPKG

@tuentyfaiv/http

Version:

Library for http requests based on fetch

6 lines (5 loc) 128 B
export declare function validateContentType(contentType: string): { json: boolean; file: boolean; text: boolean; };