UNPKG

@mavrykdynamics/taquito

Version:

High level functionality that builds upon the other packages in the Mavryk Typescript Library Suite.

3 lines (2 loc) 186 B
import { HttpResponseError } from '@mavrykdynamics/taquito-http-utils'; export declare function formatErrorMessage(error: HttpResponseError, stringToReplace: string): HttpResponseError;