UNPKG

@seriouslag/httpclient

Version:
3 lines (2 loc) 160 B
/** Function to determine if a HTTP status code is in the successful range (2XX) */ export declare function getIsSuccessfulHttpStatus(status: number): boolean;