芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/www/node_modules/bonjour-service/dist/lib/service-types.d.ts
export interface ServiceType { name?: string; protocol?: 'tcp' | 'udp' | string | null | undefined; subtypes?: Array
; } export declare const toString: (data: ServiceType) => any; export declare const toType: (string: string) => ServiceType;