UNPKG

graphql-mapping-template

Version:
5 lines 300 B
import { Expression, ObjectNode } from './ast'; export declare function printObject(node: ObjectNode, indent?: string): string; export declare function print(expr: Expression): string; export declare function printBlock(name: string): (expr: Expression) => string; //# sourceMappingURL=print.d.ts.map