UNPKG

apisurf

Version:

Analyze API surface changes between npm package versions to catch breaking changes

6 lines (5 loc) 237 B
import { TypeDefinition } from '../types/TypeDefinition.js'; /** * Parse type alias definition from source lines */ export declare function parseTypeDefinition(lines: string[], startIndex: number, name: string): TypeDefinition | null;