UNPKG

twreporter-react

Version:

React-Redux site for The Reporter Foundation in Taiwan

19 lines (15 loc) 345 B
"use strict"; /** * @param {BrowserSync} browserSync * @returns {Function} */ module.exports = function (browserSync) { return function (msg, timeout) { if (msg) { browserSync.events.emit("browser:notify", { message: msg, timeout: timeout || 2000 }); } }; };