Skip to content

Release v1.0.1

Latest
Compare
Choose a tag to compare
@tafarij tafarij released this 09 Aug 03:55
· 10 commits to master since this release

Allow destructuring on client ...

const { getCountries } = require('transferto-client')('account', 'token');

getCountries().then(...);