芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/public_html/node_modules/bonjour-service/dist/lib/dns-txt.d.ts
///
import KeyValue from './KeyValue'; export declare class DnsTxt { private binary; constructor(opts?: KeyValue); encode(data?: KeyValue): Buffer[]; decode(buffer: Buffer): KeyValue; decodeAll(buffer: Array
): KeyValue; } export default DnsTxt;