@0xobelisk/rooch-cli
Version:
Tookit for interacting with rooch framework
12 lines (11 loc) • 430 B
TypeScript
// adding .js to minimal would break clients down the line because it probably won't get a synthetic default import
/* eslint-disable @typescript-eslint/no-explicit-any */
declare module "protobufjs/minimal" {
export const configure: any;
export const util: any;
export const Reader: any;
export type Reader = any;
export const Writer: any;
export type Writer = any;
}
declare module "rollup-plugin-preserve-shebang";