Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
HarshvardhanCn01
/
Voice-Assistant
like
0
Running
App
Files
Files
Community
main
Voice-Assistant
/
node_modules
/
es-object-atoms
/
ToObject.d.ts
HarshvardhanCn01
Upload 1878 files
295e44e
verified
10 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
119 Bytes
declare
function
ToObject
<T = {}>(
value
: T
extends
object
? T : {}): T
extends
object
? T :
object
;
export
=
ToObject
;