UNPKG

typedoc

Version:

Create api documentation for TypeScript projects.

4 lines (3 loc) 246 B
import type { ProjectReflection } from "../models/index.js"; import type { Logger } from "../utils/index.js"; export declare function validateExports(project: ProjectReflection, logger: Logger, intentionallyNotExported: readonly string[]): void;