UNPKG

@gqlts/cli

Version:

Generate a client sdk from your GraphQl API

3 lines (2 loc) 157 B
export type FormatterParser = 'babel' | 'graphql' | 'typescript'; export declare function prettify(code: string, parser?: FormatterParser): Promise<string>;