UNPKG

@cosmology/ast

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