UNPKG

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