UNPKG

@wocker/ws

Version:

Docker workspace for web projects

7 lines (6 loc) 165 B
import { Type, Root } from "protobufjs"; export declare class ProtoService { protected _root?: Root; get root(): Root; lookupType(path: string): Type; }