Skip to main content
Module

x/pbkit/scripts/build-npm-packages/index.ts

Protobuf toolkit for modern web development
Go to Latest
File
export interface BuildConfig extends NameAndVersion { dist: string; tmp?: string;}
export interface NameAndVersion { name: string; version: string;}