Parent Directory
|
Revision Log
|
Patch
revision 631 by rakinar2, Mon Jul 29 17:59:26 2024 UTC | revision 632 by rakinar2, Thu Oct 10 17:53:11 2024 UTC | |
---|---|---|
# | Line 3 import { describe, expect, it } from "vi | Line 3 import { describe, expect, it } from "vi |
3 | ||
4 | declare global { | declare global { |
5 | interface PromiseConstructor { | interface PromiseConstructor { |
6 | // @ts-ignore | |
7 | withResolvers?<T>(): PromiseWithResolversReturn<T>; | withResolvers?<T>(): PromiseWithResolversReturn<T>; |
8 | } | } |
9 | } | } |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |