UNPKG

good-spatula

Version:

Light weight and reliable binding of htmlparser2, css-select and dom-serializer.

5 lines (4 loc) 133 B
const _serialize = require('dom-serializer'); module.exports = (spatula, getDom) => () => { return _serialize(getDom() || ''); }