mirror of
https://github.com/bower/bower.git
synced 2026-02-11 14:34:58 -05:00
7 lines
123 B
JavaScript
7 lines
123 B
JavaScript
function empty() {
|
|
return '';
|
|
}
|
|
|
|
module.exports.data = empty;
|
|
module.exports.error = empty;
|
|
module.exports.end = empty; |