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)

5 lines (4 loc) 227 B
import { Context } from "./context"; import { Code } from "ts-poet"; export declare function generateEncoder(ctx: Context, typeName: string): Code; export declare function generateDecoder(ctx: Context, typeName: string): Code;