UNPKG

gebeya-dala-error-fixer

Version:

Automatic runtime error detection and fix suggestions for Next.js applications with config-based setup

6 lines (5 loc) 212 B
export = createErrorDetectorPlugin; declare function createErrorDetectorPlugin(userConfig?: {}): (nextConfig?: {}) => {}; declare namespace createErrorDetectorPlugin { export { createErrorDetectorPlugin }; }