We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db1c495 commit 0cc3477Copy full SHA for 0cc3477
index.d.ts
@@ -1,2 +1,6 @@
1
declare const autobind: ClassDecorator & MethodDecorator;
2
+
3
+export declare const boundMethod: MethodDecorator;
4
+export declare const boundClass: ClassDecorator;
5
6
export default autobind;
0 commit comments