UNPKG

@cosmology/ast

Version:
5 lines (4 loc) 276 B
import * as t from '@babel/types'; import { ServiceMutation } from "@cosmology/types"; export declare const documentWithTypeUrl: (mutations: ServiceMutation[]) => t.VariableDeclaration; export declare const documentWithTypeUrlReadme: (mutations: ServiceMutation[]) => string;