UNPKG

apisurf

Version:

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

6 lines (5 loc) 252 B
import { ApiSurface } from '../types/ApiSurface.js'; /** * Parse CommonJS module exports using static analysis (regex-based) */ export declare function parseCommonJSStatically(sourceContent: string, packageName: string, version: string): ApiSurface;