UNPKG

notbank

Version:
6 lines (5 loc) 166 B
import { Response } from 'node-fetch'; export declare class NbResponseHandler { #private; static handle<T>(response: Response, paged: boolean): Promise<T>; }