UNPKG

@marceloclp/monzojs

Version:

Unofficial wrapper for the Monzo API written in TypeScript.

5 lines (4 loc) 141 B
export * from './endpoints'; export type { Monzo, MonzoAPI } from './types'; import MonzoClient from './client'; export default MonzoClient;