const striptags = require('striptags') const filter = function(value, tags) { return striptags(value, tags) } module.exports = filter