UNPKG
@hemia/autobind
Version:
latest (0.0.1)
0.0.1
A lightweight utility for automatic method binding in classes
@hemia/autobind
/
dist
/
types
/
index.d.ts
2 lines
(1 loc)
•
77 B
TypeScript
View Raw
1
2
export
{
Autobind
,
BoundMethod
,
BoundClass
}
from
"./decorator/AutoBinding"
;