UNPKG

jsx-readme

Version:

Generate Readme files with a React-like syntax and package.json-aware helpers.

6 lines (5 loc) 167 B
/** * @packageDocumentation * @internal */ export declare function extractFirstMatch(str: string, extractionRegexes: RegExp[]): Record<string, string> | undefined;