Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sam522
/
GenAI_Course
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
GenAI_Course
/
node_modules
/
graphql
/
jsutils
/
PromiseOrValue.d.ts
sam522
node
d4b85c0
4 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
56 Bytes
export
declare
type
PromiseOrValue
<T> =
Promise
<T> | T;