UNPKG
@hygiene/core
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
Keep your TODOs and FIXMEs healthy
github.com/Leko/hygiene
Leko/hygiene
@hygiene/core
/
dist
/
parseFile.d.ts
4 lines
•
252 B
TypeScript
View Raw
1
2
3
4
import
{
AnnotatedComment
}
from
"./AnnotatedComment"
;
import
{
Plugin
}
from
"./Plugin"
;
export
declare
function
parseFile<T>(
file
:
string
,
bodyParser
:
Plugin
<
any
,
any
>[
"parse"
]):
Promise
<
AnnotatedComment
<T>[]>;
//# sourceMappingURL=parseFile.d.ts.map