UNPKG
amazon-sp-api-tcat
Version:
latest (1.1.0)
1.1.0
1.0.11
1.0.10
1.0.9
1.0.8
Amazon Selling Partner API client
getarthy.com
turkycat/amazon-sp-api
amazon-sp-api-tcat
/
index.js
3 lines
•
133 B
JavaScript
View Raw
1
2
3
module.exports
= require(
'./lib/SellingPartner'
)
;
exports
= module.exports
;
exports.SellingPartner
= require(
'./lib/SellingPartner'
)
;