sheer / src /polyfills.ts
barreloflube's picture
feat: add Hugging Face and Clerk integrations with enhanced configuration
136f9cf
raw
history blame
187 Bytes
import { Buffer } from 'buffer';
// Make Buffer available globally
if (typeof window !== 'undefined') {
(window as unknown as { Buffer: typeof Buffer }).Buffer = Buffer;
}
export {};