source:
frontend/node_modules/bonjour-service/dist/lib/dns-txt.d.ts
| Last change on this file was 9af201e, checked in by , 2 weeks ago | |
|---|---|
|
|
| File size: 269 bytes | |
| Line | |
|---|---|
| 1 | import KeyValue from './KeyValue'; |
| 2 | export declare class DnsTxt { |
| 3 | private binary; |
| 4 | constructor(opts?: KeyValue); |
| 5 | encode(data?: KeyValue): Buffer[]; |
| 6 | decode(buffer: Buffer): KeyValue; |
| 7 | decodeAll(buffer: Array<Buffer>): KeyValue; |
| 8 | } |
| 9 | export default DnsTxt; |
Note:
See TracBrowser
for help on using the repository browser.
