UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

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