UNPKG
@chbrown/bind
Version:
latest (1.0.0)
1.0.0
@bind decorator
github.com/chbrown/bind
chbrown/bind
@chbrown/bind
/
index.d.ts
3 lines
(2 loc)
•
185 B
TypeScript
View Raw
1
2
3
declare
function
bind<T
extends
Function
>(
target
:
object
,
propertyKey
:
string
|
symbol
,
descriptor
:
TypedPropertyDescriptor
<T>):
TypedPropertyDescriptor
<T> |
void
;
export
default
bind;