UNPKG

@bunq-community/bunq-js-client

Version:

[![NPM Version](https://img.shields.io/npm/v/@bunq-community/bunq-js-client.svg) ](https://www.npmjs.com/package/@bunq-community/bunq-js-client) [![NPM Downloads](https://img.shields.io/npm/dt/@bunq-community/bunq-js-client.svg) ](https://www.npmjs.com/p

8 lines (7 loc) 232 B
declare class CustomError extends Error { name: string; response: string | false; errorCode: string | false; constructor(error: any, response?: false | any, errorCode?: false | string); } export default CustomError;