UNPKG

prettier-plugin-jsdoc

Version:
5 lines (4 loc) 334 B
import { Spec } from "comment-parser"; import { AllOptions } from "./types.js"; declare const stringify: ({ name, description, type, tag }: Spec, tagIndex: number, finalTagsArray: Spec[], options: AllOptions, maxTagTitleLength: number, maxTagTypeNameLength: number, maxTagNameLength: number) => Promise<string>; export { stringify };