Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Biomimicry-AI
/
Nexus
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Nexus
/
app
/
typing.ts
Severian
Upload 269 files
f0499d2
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
64 Bytes
export
type
Updater
<T> =
(
updater: (value: T) =>
void
) =>
void
;