@berish/rfp
Version:
Binary secure transport organization protocol for peer communication using function fingerprints
8 lines • 335 B
TypeScript
import { ISerberPlugin } from '@berish/serber';
import { IPrint, PrintTypeEnum } from '../abstract';
export interface IErrorPrint extends IPrint<PrintTypeEnum.printError> {
name: string;
message: string;
}
export declare const errorToErrorPrintPlugin: ISerberPlugin<Error, IErrorPrint, {}>;
//# sourceMappingURL=plugin.d.ts.map