Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mantrakp
/
sheer
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
9693dd7
sheer
/
src
/
polyfills.ts
barreloflube
v1
5fc68b0
4 days ago
raw
Copy download link
history
blame
154 Bytes
import
{
Buffer
}
from
'buffer'
;
// Make Buffer available globally
if
(
typeof
window
!==
'undefined'
) {
(
window
as
any
).
Buffer
=
Buffer
;
}
export
{};