UNPKG

typedoc

Version:

Create api documentation for TypeScript projects.

4 lines (3 loc) 372 B
import { type ProjectReflection, ReflectionKind } from "../models/index.js"; import { type Logger } from "#utils"; export declare function validateDocumentation(project: ProjectReflection, logger: Logger, requiredToBeDocumented: readonly ReflectionKind.KindString[], intentionallyNotDocumented: readonly string[], packagesRequiringDocumentation: readonly string[]): void;