UNPKG

117 BTypeScriptView Raw
1import { DocumentNode } from 'graphql';
2export declare function isDocumentNode(object: any): object is DocumentNode;