UNPKG

type-graphql

Version:

Create GraphQL schema and resolvers with TypeScript, using classes and decorators!

3 lines (2 loc) 169 B
export declare function outputFile(filePath: string, fileContent: any): Promise<void>; export declare function outputFileSync(filePath: string, fileContent: any): void;