UNPKG

@cosmology/ast

Version:
5 lines (4 loc) 260 B
import * as t from '@babel/types'; import { ProtoService } from '@cosmology/types'; import { GenericParseContext } from '../../encoding'; export declare const createPiniaStore: (context: GenericParseContext, service: ProtoService) => t.ExportNamedDeclaration;