UNPKG

@graphql-codegen/java-common

Version:
5 lines (4 loc) 281 B
import { TypeNode } from 'graphql'; export declare function buildPackageNameFromPath(path: string): string; export declare function wrapTypeWithModifiers(baseType: string, typeNode: TypeNode, listType?: string): string; export declare function stripIndent(string: string): string;