UNPKG

apisurf

Version:

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

6 lines (5 loc) 251 B
import { TypeDefinition } from '../types/TypeDefinition.js'; /** * Parse function signature from const/let/var declarations */ export declare function parseFunctionSignature(lines: string[], startIndex: number, name: string): TypeDefinition | null;