mirror of
https://github.com/araxiaonline/wow-eluna-ts-module.git
synced 2026-06-13 02:42:22 -04:00
autoimport got the best of me... damn it vscode
This commit is contained in:
2
types/global.d.ts
vendored
2
types/global.d.ts
vendored
@@ -1,5 +1,3 @@
|
||||
import { AssertEntry } from "typescript";
|
||||
|
||||
declare type HookFunction = (event:number, ...args: any[]) => any
|
||||
|
||||
declare type HookFunctionNoSelf<T extends HookFunction> = T extends (...a: infer U) => infer R ? (this: void, ...a:U) => R: never;
|
||||
|
||||
Reference in New Issue
Block a user