UNPKG

@cosmology/ast

Version:
5 lines (4 loc) 253 B
import * as t from '@babel/types'; import { ProtoParseContext } from '../../context'; import { ProtoType } from '@cosmology/types'; export declare const fromProtoMsgMethod: (context: ProtoParseContext, name: string, proto: ProtoType) => t.ObjectMethod;