@cosmology/ast
Version:
Cosmos TypeScript AST generation
17 lines (16 loc) • 440 B
TypeScript
import { GenericParseContext } from '../../encoding';
export declare const createMobxQueryFactory: (context: GenericParseContext, obj: object) => (import("@babel/types").ExportNamedDeclaration | {
type: string;
importKind: string;
specifiers: {
type: string;
local: {
type: string;
name: string;
};
}[];
source: {
type: string;
value: string;
};
})[];