UNPKG
nt-auto-bind
Version:
latest (2.0.5)
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.0.1
1.0.0
自动绑定
github.com/next-component/common-auto-bind
next-component/common-auto-bind
nt-auto-bind
/
lib
/
auto-bind-method
/
auto-bind-method.d.ts
7 lines
(6 loc)
•
214 B
TypeScript
View Raw
1
2
3
4
5
6
7
declare
var
_default
: <T
extends
Function
>
(
target
:
any
,
key
:
string
,
descriptor
:
TypedPropertyDescriptor
<T>
) =>
{
configurable
:
boolean
;
get
():
any
;
set
(
newValue
:
any
):
any
; };
export
default
_default;