UNPKG

apisurf

Version:

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

5 lines (4 loc) 183 B
/** * Load and execute a CommonJS module in a sandboxed VM environment */ export declare function loadModuleWithVM(modulePath: string, packageName?: string, version?: string): any;