UNPKG
animax-langs
Version:
latest (2.0.0)
2.0.0
Modern ve özgün web uygulama geliştirme çerçevesi
animax-langs
/
animax
/
node_modules
/
gopd
/
index.d.ts
5 lines
(3 loc)
•
173 B
TypeScript
View Raw
1
2
3
4
5
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;