UNPKG

@cosmology/ast

Version:
5 lines (4 loc) 307 B
import * as t from '@babel/types'; import { GenericParseContext } from '../../../encoding'; export declare const grpcGatewayClientScaffold: () => t.Statement[]; export declare const createScopedGrpcGatewayFactory: (context: GenericParseContext, obj: object, identifier: string) => t.ExportNamedDeclaration;