source: frontend/node_modules/bonjour-service/dist/lib/dns-txt.d.ts

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 2 weeks ago

Fix frontend appearance

  • Property mode set to 100644
File size: 269 bytes
Line 
1import KeyValue from './KeyValue';
2export 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}
9export default DnsTxt;
Note: See TracBrowser for help on using the repository browser.