UNPKG

twreporter-react

Version:

React-Redux site for The Reporter Foundation in Taiwan

13 lines (10 loc) 195 B
"use strict"; /** * @param {BrowserSync} browserSync * @returns {Function} */ module.exports = function (browserSync) { return function () { browserSync.paused = true; }; };