Skip to content

Releases: tafarij/transferto-client

Release v1.0.1

09 Aug 03:55
Compare
Choose a tag to compare

Allow destructuring on client ...

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

getCountries().then(...);

Release v1.0.0

09 Aug 03:26
Compare
Choose a tag to compare

The first release.