UNPKG

dsl-framework

Version:
8 lines (7 loc) 268 B
/* eslint-disable brace-style */ /* eslint-disable block-spacing */ module.exports = exports = (data, callback) => { let timeoutSate = null if (callback && typeof callback === 'function') { timeoutSate = setTimeout(callback, 0, 2, data)} return timeoutSate}