CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
TimeoutError.d.mts12 linesDownload Raw Back to error
1import { DOMException } from '../_internal/DOMException.mjs';2 3/**4 * An error class representing a timeout operation.5 * @augments DOMException6 */7declare class TimeoutError extends DOMException {8    constructor(message?: string);9}10 11export { TimeoutError };12 
basant307/AI_Governance_Project · CoolFace