/** * `@example` is a multiline annotation. * * Check if there is something on the first line and use it as the type information. * * @example html - description *
*/ import { Example } from "../types.js"; export default function example(): { name: string; parse(text: string): Example; };