UNPKG
cvirus
Version:
latest (1.2.2)
1.2.2
1.2.1
1.2.0
1.0.1
1.0.0
Track corona virus cases in your terminal
github.com/saqibnoorani/cvirus
saqibnoorani/cvirus
cvirus
/
lib
/
index.d.ts
10 lines
(9 loc)
•
259 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env node
declare
const
chalk
:
any
;
declare
const
clear
:
any
;
declare
const
figlet
:
any
;
declare
const
program
:
any
;
declare
const
Table
:
any
;
declare
const
api
:
any
;
declare
var
colWidth
:
any
;
declare
function
getCovidDetails
(
response
:
any
):
void
;