UNPKG

189 BTypeScriptView Raw
1import { DocumentNode } from 'graphql';
2/**
3 * @internal
4 */
5export declare const filterKind: (content: DocumentNode | undefined, filterKinds: null | string[]) => DocumentNode | undefined;