UNPKG

async.util.nexttick

Version:

async nexttickhelper method as module.

5 lines (3 loc) 188 B
'use strict'; var _nexttick = typeof process === 'object' && typeof process.nextTick === 'function' && process.nextTick; module.exports = _nexttick || require('async.util.setimmediate');