UNPKG

@netlify/content-engine

Version:
7 lines 233 B
import * as graphql from "graphql"; export declare function tranformDocument(ast: graphql.DocumentNode): { ast: graphql.DocumentNode; hasChanged: boolean; error?: Error; }; //# sourceMappingURL=transform-document.d.ts.map