UNPKG
@mutasim77/loc-counter
Version:
latest (1.0.0)
1.0.0
A powerful lines of code counter with detailed statistics
@mutasim77/loc-counter
/
dist
/
cli.d.ts
9 lines
(8 loc)
•
187 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
interface
CliOptions
{
dir
:
string
;
exclude
:
string
[];
include
:
string
[];
ignoregit
:
boolean
;
verbose
:
boolean
; }
export
declare
function
run
(
):
Promise
<
void
>;