UNPKG

smartystreets-javascript-sdk

Version:
2 lines (1 loc) 231 B
"use strict";exports.default=class{constructor(s,e){this.sender=s,this.customHeaders=e}send(s){for(let e in this.customHeaders)s.headers[e]=this.customHeaders[e];return new Promise((e,t)=>{this.sender.send(s).then(e).catch(t)})}};