mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-13 00:10:27 +00:00
style: lint
This commit is contained in:
1
src/pty/node-pty.d.ts
vendored
1
src/pty/node-pty.d.ts
vendored
@@ -225,6 +225,7 @@ declare module '@/pty' {
|
||||
* @returns an `IDisposable` to stop listening.
|
||||
*/
|
||||
export interface IEvent<T> {
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
(listener: (e: T) => any): IDisposable;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user