/** * @author oldj * @blog https://oldj.net */ 'use strict' exports.test = (data, callback) => { setTimeout(() => callback(null, 'ttt'), 100) }