Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
Raw
History Blame Contribute Delete
93 Bytes
export function interopDefault<T>(mod: T): T {
return (mod as any).default || (mod as T)
}