UNPKG

@mintlify/common

Version:

Commonly shared code within Mintlify

3 lines (2 loc) 159 B
import type { ParsedAsyncApiPageMetadata } from '../types/asyncapi.js'; export declare const parseAsyncApiString: (str: string) => ParsedAsyncApiPageMetadata;