Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
pgits
/
mcp-jokes
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
mcp-jokes
/
node_modules
/
es-object-atoms
/
RequireObjectCoercible.d.ts
petergits
this is the first checkin, probably don't need the node modules.
a811242
10 months ago
raw
Copy download link
history
blame
contribute
delete
123 Bytes
declare
function
RequireObjectCoercible
<T
extends
{}>(
value
: T, optMessage?:
string
): T;
export
=
RequireObjectCoercible
;