mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-01-23 18:00:00 +00:00
11 lines
226 B
JavaScript
11 lines
226 B
JavaScript
"use strict";
|
|
/**
|
|
* @param {BrowserSync} browserSync
|
|
* @returns {Function}
|
|
*/
|
|
module.exports = function (browserSync) {
|
|
return function () {
|
|
browserSync.paused = true;
|
|
};
|
|
};
|
|
//# sourceMappingURL=pause.js.map
|