Skip to content

Commit

Permalink
aaa
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrien LESÉNÉCHAL committed Jan 7, 2024
1 parent e870d2f commit 6c7c947
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mw/hook.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ interface Hook<T extends any[] = any[]> {
*/
remove(...handler: Array<(...data: T) => any>): this;
}
aaa;

declare global {
namespace mw {
Expand Down

0 comments on commit 6c7c947

Please sign in to comment.