docverifyrag / backend /node_modules /formdata-node /lib /node-domexception.d.ts
Sandra Ashipala
Updated README.md with Hugging Face configuration
51ddcbf
Raw
History Blame Contribute Delete
105 Bytes
declare class DOMException {
constructor(message: string, name: string)
}
export default DOMException