UNPKG

@jsdocs-io/extractor

Version:

The API extractor for npm packages powering jsdocs.io

4 lines (3 loc) 232 B
import { type EnumDeclaration } from "ts-morph"; import type { ExtractedEnum } from "./types.js"; export declare function extractEnum(containerName: string, exportName: string, declaration: EnumDeclaration): Promise<ExtractedEnum>;