UNPKG

atlas-html-stream

Version:

A super fast html-parser stream that outputs tag, text and closing nodes.

10 lines 113 B
module.exports = { TEXT:0, NODE:1, NAME:2, KEY:3, VALUE:4, SCRIPT:5, STYLE: 6, COMMENT: 7 }