pb-parser
TypeScript icon, indicating that this package has built-in type declarations

0.1.6 • Public • Published

pb-parser

a simple protobuf parser written in typescript.

Installation

npm install pb-parser

Usage

import { parse } from "pb-parser";

const file = parse(`syntax = "proto3";`);
console.log(file);

Testing

To run the tests, run the following command:

npm test

Package Sidebar

Install

npm i pb-parser

Weekly Downloads

0

Version

0.1.6

License

MIT

Unpacked Size

148 kB

Total Files

31

Last publish

Collaborators

  • zzzen