UNPKG

@nekolab/hanime

Version:

Fast and efficient hanime.tv API wrapper written in TypeScript.

8 lines 170 B
/** * Request context info passed to headers compiler */ export interface RequestContext { baseUrl: string; path: string; } //# sourceMappingURL=client.d.ts.map