UNPKG
@x-ray/core
Version:
latest (0.3.0)
0.3.0
0.2.2
0.2.1
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
X-Ray Core
github.com/bubble-dev/_
bubble-dev/_
@x-ray/core
/
types
/
x-ray.d.ts
3 lines
(2 loc)
•
152 B
TypeScript
View Raw
1
2
3
import
type
{
TPlugin
,
TResultsType
}
from
'./types'
;
export
declare
const
xRay
:
(
plugin
:
TPlugin
<
TResultsType
>
) =>
(
files
:
string
[]
) =>
Promise
<
void
>;