3 lines
99 B
Plaintext
3 lines
99 B
Plaintext
import { Response } from '..';
|
|
export declare const isResponseOk: (response: Response) => boolean;
|