UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

4 lines (3 loc) 198 B
import type { ItemNameSpec } from '../store'; export declare function isRegExp(typeGroupItem: unknown): typeGroupItem is RegExp; export declare function isRegExpString(item: ItemNameSpec): boolean;