zcash-grant-system/blockchain/types/stdrpc.d.ts

5 lines
74 B
TypeScript

declare module 'stdrpc' {
const stdrpc: any;
export default stdrpc;
}