UNPKG

@w3bstream/w3bstream-http-client-simulator

Version:

[![npm](https://img.shields.io/npm/v/@w3bstream/w3bstream-http-client-simulator)](https://www.npmjs.com/package/@w3bstream/w3bstream-http-client-simulator)

9 lines (8 loc) 240 B
export declare class FileNotFound extends Error { } export declare class ErrorSavingFile extends Error { } export declare class PrivateKeyFile { static getFromPath(pathToPk: string): string; static save(privateKey: string): void; }