UNPKG
aiot-parse5-sax-parser
Version:
beta (1.0.3-beta.1)
latest (1.0.2)
1.0.3-beta.1
1.0.2
1.0.0
Streaming SAX-style HTML parser.
github.com/inikulin/parse5
inikulin/parse5
aiot-parse5-sax-parser
/
dist
/
dev-null-stream.js
7 lines
•
187 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
{
Writable
}
from
'node:stream'
;
export
class
DevNullStream
extends
Writable
{
_write
(
_chunk, _encoding, cb
) {
cb
(); } }
//# sourceMappingURL=dev-null-stream.js.map