UNPKG

@aws-amplify/graphql-types-generator

Version:

Generate API code or type annotations based on a GraphQL schema and statements

5 lines (4 loc) 294 B
export declare function join(maybeArray?: any[], separator?: string): string; export declare function block(array: any[]): string; export declare function wrap(start: string, maybeString?: string, end?: string): string; export declare function indent(maybeString?: string): string | undefined;