We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2299b66 commit b92945cCopy full SHA for b92945c
index.d.ts
@@ -0,0 +1,5 @@
1
+export declare const CallableInstance: ICallableInstance;
2
+export interface ICallableInstance {
3
+ new <T>(property: string | symbol): (...argv) => T;
4
+ <T>(...argv: any[]): T;
5
+}
0 commit comments