ziron-client
Version:
1 lines • 257 B
JavaScript
;Object.defineProperty(exports,"__esModule",{value:!0});class Deferred{constructor(){this.fulfilled=!1,this.promise=new Promise((e,s)=>{this.resolve=s=>{this.fulfilled=!0,e(s)},this.reject=e=>{this.fulfilled=!0,s(e)}})}}exports.default=Deferred;