mirror of
https://github.com/bower/bower.git
synced 2026-02-11 22:44:58 -05:00
12 lines
212 B
JavaScript
12 lines
212 B
JavaScript
function empty() {
|
|
return '';
|
|
}
|
|
|
|
// -------------------------
|
|
|
|
module.exports.head = empty;
|
|
module.exports.tail = empty;
|
|
|
|
module.exports.data = empty;
|
|
module.exports.error = empty;
|
|
module.exports.end = empty; |