UNPKG

@ayonli/jsext

Version:

A JavaScript extension package for building strong and modern applications.

12 lines (9 loc) 276 B
'use strict'; var async = require('../async.js'); Promise.abortable = async.abortable; Promise.timeout = async.timeout; Promise.after = async.after; Promise.sleep = async.sleep; Promise.until = async.until; Promise.select = async.select; //# sourceMappingURL=promise.js.map