Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AdityaSharmaTech
/
Hacking
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
8c0d9da
Hacking
/
node_modules
/
gopd
/
index.d.ts
Aditya Sharma
update
1719261
4 days ago
raw
Copy download link
history
blame
Safe
173 Bytes
declare
function
gOPD<O
extends
object
, K
extends
keyof O>(
obj
: O,
prop
: K):
PropertyDescriptor
|
undefined
;
declare
const
fn
:
typeof
gOPD |
undefined
|
null
;
export
= fn;