UNPKG

ts-proto

Version:

[![npm](https://img.shields.io/npm/v/ts-proto)](https://www.npmjs.com/package/ts-proto) [![build](https://github.com/stephenh/ts-proto/workflows/Build/badge.svg)](https://github.com/stephenh/ts-proto/actions)

4 lines (3 loc) 143 B
import { Code } from "ts-poet"; import { BaseContext } from "./context"; export declare function generateTypeRegistry(ctx: BaseContext): Code;