UNPKG

210 BTypeScriptView Raw
1import { Types } from '@graphql-codegen/plugin-helpers';
2export declare function codegen(options: Types.GenerateOptions): Promise<string>;
3export declare function sortPrependValues(values: string[]): string[];