UNPKG
morbo-cli
Version:
latest (0.5.3)
0.5.3
0.5.2
0.5.1
0.5.0
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.2
0.3.1
0.3.0
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
… All tech debt is vermin in the eyes of Morbo!
github.com/orrybaram/morbo
orrybaram/morbo
morbo-cli
/
dist
/
src
/
lib
/
formatResultData.d.ts
13 lines
(12 loc)
•
283 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
declare
type
Data
= {
results
: {
author
:
string
|
null
;
description
?:
string
;
fileName
:
string
;
label
:
string
;
lineNumber
:
number
;
message
:
string
; }[]; };
export
default
function
formatResultsData
(
data
:
Data
):
any
;
export
{};