UNPKG
netconf-client
Version:
latest (2.0.8)
2.0.8
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
Netconf Client
github.com/kolotsey/netconf-client
kolotsey/netconf-client
netconf-client
/
dist
/
lib
/
netconf-buffer.d.ts
9 lines
•
264 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
declare
const
NETCONF_DELIM
=
"]]>]]>"
;
export
declare
class
NetconfBuffer
{
private
buffer;
append
(
chunk
:
Buffer
):
boolean
;
extract
():
string
|
undefined
;
clear
():
void
;
toString
():
string
; }
//# sourceMappingURL=netconf-buffer.d.ts.map