mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-02 14:38:20 +08:00
q: Fix lint (#20801)
This commit is contained in:
2
types/q/index.d.ts
vendored
2
types/q/index.d.ts
vendored
@@ -382,7 +382,7 @@ declare namespace Q {
|
||||
/**
|
||||
* Resets the global "Q" variable to the value it has before Q was loaded.
|
||||
* This will either be undefined if there was no version or the version of Q which was already loaded before.
|
||||
* @returns { The last version of Q. }
|
||||
* @returns The last version of Q.
|
||||
*/
|
||||
export function noConflict(): typeof Q;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user