Neah/node_modules/next/dist/shared/lib/invariant-error.d.ts
2025-04-24 17:19:14 +02:00

4 lines
112 B
TypeScript

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