UNPKG
tsc-suppress
Version:
latest (1.0.7)
1.0.7
1.0.6
1.0.2
1.0.1
1.0.0
Run the Typescript compiler in transpile-only mode
DanielHZhang/tsc-suppress
tsc-suppress
/
dist
/
index.d.ts
10 lines
(9 loc)
•
212 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
declare
type
Argv
= {
compiler
:
string
;
project
:
string
;
watch
:
boolean
;
help
:
boolean
;
_
?:
string
[]; };
declare
const
_default
:
(
args
?:
Argv
|
undefined
) =>
Promise
<
void
>;
export
= _default;