Your IP : 216.73.217.13


Current Path : /home/deltalab/PMS/ims-connector/node_modules/graphql/language/
Upload File :
Current File : //home/deltalab/PMS/ims-connector/node_modules/graphql/language/printer.d.ts

import { ASTNode } from './ast';

/**
 * Converts an AST into a string, using one set of reasonable
 * formatting rules.
 */
export function print(ast: ASTNode): string;