| 1 | interface User { |
| 2 | index: number; |
| 3 | UserName: string; |
| 4 | cookie: string; |
| 5 | UserAgent: string; |
| 6 | end?: boolean; |
| 7 | } |
| 8 | declare class JDHelloWorld { |
| 9 | scriptName: string; |
| 10 | cookiesArr: string[]; |
nothing calls this directly
no outgoing calls
no test coverage detected