Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Nocigar
/
sillytavern
like
1
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
6d57367
sillytavern
/
public
/
lib
/
object-hasown.js
Nocigar
Upload 475 files
b82d373
verified
about 1 year ago
raw
Copy download link
history
blame
Safe
138 Bytes
// Polyfill for old Safari versions
if
(!
Object
.
hasOwn
) {
Object
.
hasOwn
=
function
(
obj, prop
) {
return
obj.
hasOwnProperty
(prop); }
}