8 lines
102 B
JavaScript
8 lines
102 B
JavaScript
|
|
module.exports = {
|
||
|
|
process: function() {
|
||
|
|
return {
|
||
|
|
code: 'module.exports = ""'
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|