UNPKG

better-trakt

Version:

A Trakt.tv client with native Typescript support and quality of life features

7 lines 304 B
/** * Outputs text that describes the http status code according to the trakt docs * @param status trakt api http response status code * @returns Meaning of the status code for trakt */ export declare function describeTraktStatusCode(status: number): string; //# sourceMappingURL=traktStatus.d.ts.map