fcoin/lib/utils/nexttick-browser.js
2016-11-18 23:05:04 -08:00

8 lines
205 B
JavaScript

/*!
* nexttick.js - setimmediate for bcoin
* Copyright (c) 2014-2016, Christopher Jeffrey (MIT License).
* https://github.com/bcoin-org/bcoin
*/
module.exports = require('../../vendor/setimmediate');