Skip to content

Commit b92945c

Browse files
blueloversCGamesPlay
authored andcommitted
Create index.d.ts (#2)
1 parent 2299b66 commit b92945c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

index.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)