Skip to content

Commit 0cc3477

Browse files
volodymyrkrstevemao
authored andcommitted
fix(typescript): definition for exported new methods (#71)
1 parent db1c495 commit 0cc3477

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

index.d.ts

+4
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
declare const autobind: ClassDecorator & MethodDecorator;
2+
3+
export declare const boundMethod: MethodDecorator;
4+
export declare const boundClass: ClassDecorator;
5+
26
export default autobind;

0 commit comments

Comments
 (0)