UNPKG

libmodulor

Version:

A TypeScript library to create platform-agnostic applications

5 lines (4 loc) 203 B
import { Root } from 'protobufjs'; import type { ServiceTypes } from './service.js'; export declare function root(): Root; export declare function addAllTo(root: Root, serviceTypes: ServiceTypes): void;