NeahNew/node_modules/next/dist/shared/lib/invariant-error.d.ts
2025-05-03 14:17:46 +02:00

4 lines
112 B
TypeScript

export declare class InvariantError extends Error {
constructor(message: string, options?: ErrorOptions);
}