Files
hydro-builder-app/node_modules/detect-gpu/dist/src/internal/error.d.ts
2026-06-13 17:36:44 -07:00

4 lines
98 B
TypeScript

export declare class OutdatedBenchmarksError extends Error {
constructor(message?: string);
}