UNPKG
typings-tester
Version:
latest (0.3.2)
0.3.2
0.3.1
0.3.0
0.2.2
0.2.0
0.1.0
TypeScript definition testing library
github.com/aikoven/typings-tester
aikoven/typings-tester
typings-tester
/
lib
/
index.d.ts
3 lines
(2 loc)
•
168 B
TypeScript
View Raw
1
2
3
export
declare
function
check
(
files
:
string
[],
tsConfigPath
:
string
,
bail
?:
boolean
):
void
;
export
declare
function
checkDirectory
(
path
:
string
,
bail
?:
boolean
):
void
;