UNPKG
@hygiene/cli
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/cli
/
dist
/
reporter
/
text.d.ts
4 lines
•
213 B
TypeScript
View Raw
1
2
3
4
import
{
Reporter
,
ReportMessage
}
from
"./Reporter"
;
export
declare
const
stringify
:
(
{ line, message, ruleName }:
ReportMessage
) =>
string
;
export
declare
const
text
:
Reporter
;
//# sourceMappingURL=text.d.ts.map