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-class
/
auto-bind-class.d.ts
3 lines
(2 loc)
•
85 B
TypeScript
View Raw
1
2
3
declare
var
_default
: <T
extends
Function
>
(
target
: T
) =>
T;
export
default
_default;