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

9 lines (8 loc) 216 B
export default interface LoggerInterface { log(value: any): void; info(value: any): void; error(value: any): void; debug(value: any): void; trace(value: any): void; warn?(value: any): void; }