mirror of
https://github.com/bower/bower.git
synced 2026-02-12 06:55:04 -05:00
12 lines
162 B
JavaScript
12 lines
162 B
JavaScript
function empty() {}
|
|
|
|
// -------------------------
|
|
|
|
var silent = {
|
|
begin: empty,
|
|
end: empty,
|
|
error: empty,
|
|
data: empty
|
|
};
|
|
|
|
module.exports = silent; |