UNPKG

@marceloclp/monzojs

Version:

Unofficial wrapper for the Monzo API written in TypeScript.

3 lines (2 loc) 119 B
import { IMonzoClient } from './types/client'; export default function MonzoClient(accessToken: string): IMonzoClient;