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.d.ts
6 lines
•
266 B
TypeScript
View Raw
1
2
3
4
5
6
/// <reference types="node" resolution-mode="require"/>
import { Writable }
from
'node:stream'
; export
declare
class
DevNullStream
extends
Writable
{
_write
(
_chunk
:
string
,
_encoding
:
string
,
cb
: () =>
void
):
void
; }
//# sourceMappingURL=dev-null-stream.d.ts.map