UNPKG

@ayonli/jsext

Version:

A JavaScript extension package for building strong and modern applications.

11 lines (8 loc) 239 B
'use strict'; var async = require('../async.js'); Promise.timeout = async.timeout; Promise.after = async.after; Promise.sleep = async.sleep; Promise.until = async.until; Promise.select = async.select; //# sourceMappingURL=promise.js.map