UNPKG

@magidoc/plugin-fuse-graphql

Version:

A plugin used to index a GraphQL schema into a Fuse.js search engine.

7 lines (6 loc) 291 B
import type { MarkdownOptions } from '@magidoc/plugin-fuse-markdown'; type AnythingWithADescription = { description: string | undefined | null; }; export declare function getDescription({ description }: AnythingWithADescription, options: MarkdownOptions): string | undefined; export {};