UNPKG
gs-download
Version:
latest (1.0.2)
1.0.2
0.0.1
Downloader of Genius Scan PDFs files
github.com/Prevole/gs-download
Prevole/gs-download
gs-download
/
dist
/
test
/
test-utils.d.ts
5 lines
(4 loc)
•
225 B
TypeScript
View Raw
1
2
3
4
5
import
{
ClientRequest
}
from
"node:http"
;
export
declare
function
unsafeCast<T>(
value
:
unknown
): T;
export
declare
function
createMock<T>(
partial
?:
Partial
<T>): T;
export
declare
function
mockClientRequest
(
):
ClientRequest
;