UNPKG

libmodulor

Version:

A TypeScript library to create platform-agnostic applications

6 lines (5 loc) 214 B
import { type Root, type Service } from 'protobufjs'; import type { AppName } from '../../../app/index.js'; export declare function protoFile(root: Root, services: Map<AppName, { service: Service; }>): string;