UNPKG
reg-suit
Version:
latest (0.14.5)
0.14.5
0.14.4
0.14.3
0.14.2
0.14.1
0.14.0
0.13.0
0.12.2
0.12.1
0.11.1
0.11.0
0.10.17
0.10.16
0.10.15
0.10.14
0.10.13
0.10.12
0.10.10
0.10.9
0.10.8
0.10.7
0.10.6
0.10.3
0.10.2
0.10.0
0.9.1
0.8.6
0.8.5
0.8.4
0.8.3
0.8.2
0.8.1
0.8.0
0.7.26
0.7.25
0.7.23
0.7.17
0.7.16
0.7.15
0.7.14
0.7.13
0.7.6
0.7.5
0.7.2
0.7.1
0.7.0
0.6.3
0.6.1
0.6.0
0.5.9
0.5.7
0.5.5
0.5.2
0.5.1
0.5.0
0.4.0
0.3.1
0.3.0
0.2.6
0.2.4
0.2.0
0.1.1
0.1.0
0.0.20
0.0.19
0.0.18
0.0.17
0.0.16
0.0.14
0.0.13
0.0.12
0.0.11
0.0.10
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3

github.com/reg-viz/reg-suit
reg-viz/reg-suit
reg-suit
/
lib
/
get-reg-core.d.ts
5 lines
(4 loc)
•
202 B
TypeScript
View Raw
1
2
3
4
5
import
{
RegSuitCore
}
from
"reg-suit-core"
;
import
{
CliOptions
}
from
"./cli-options"
;
declare
function
getRegCore
(
options
:
CliOptions
,
ignoreCache
?:
boolean
):
RegSuitCore
;
export
default
getRegCore;