10 lines
105 B

function setup(){
return query;
}
function query( clean ){
return clean;
}
module.exports = setup;