UNPKG

481 BTypeScriptView Raw
1import { Types } from '@graphql-codegen/plugin-helpers';
2import { Answers } from './types';
3export declare function writeConfig(answers: Answers, config: Types.Config): Promise<{
4 relativePath: string;
5 fullPath: string;
6}>;
7export declare function writePackage(answers: Answers, configLocation: string): Promise<void>;
8export declare function bold(str: string): string;
9export declare function grey(str: string): string;
10export declare function italic(str: string): string;