UNPKG
yalc
Version:
latest (1.0.0-pre.53)
1.0.0-pre.53
1.0.0-pre.52
1.0.0-pre.51
1.0.0-pre.50
1.0.0-pre.49
1.0.0-pre.48
1.0.0-pre.47
1.0.0-pre.46
1.0.0-pre.45
1.0.0-pre.44
1.0.0-pre.43
1.0.0-pre.42
1.0.0-pre.41
1.0.0-pre.40
1.0.0-pre.39
1.0.0-pre.38
1.0.0-pre.37
1.0.0-pre.36
1.0.0-pre.35
1.0.0-pre.34
1.0.0-pre.33
1.0.0-pre.32
1.0.0-pre.31
1.0.0-pre.30
1.0.0-pre.29
1.0.0-pre.28
1.0.0-pre.27
1.0.0-pre.26
1.0.0-pre.25
1.0.0-pre.24
1.0.0-pre.23
1.0.0-pre.22
1.0.0-pre.21
1.0.0-pre.20
1.0.0-pre.19
1.0.0-pre.18
1.0.0-pre.17
1.0.0-pre.16
1.0.0-pre.15
1.0.0-pre.14
1.0.0-pre.13
1.0.0-pre.12
1.0.0-pre.11
1.0.0-pre.10
1.0.0-pre.9
1.0.0-pre.8
1.0.0-pre.7
1.0.0-pre.6
1.0.0-pre.5
1.0.0-pre.4
1.0.0-pre.3
1.0.0-pre.2
1.0.0-pre.1
1.0.0-pre.0
Work with npm/yarn packages locally like a boss.
github.com/whitecolor/yalc
whitecolor/yalc
yalc
/
src
/
check.d.ts
7 lines
(6 loc)
•
173 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
type
CheckOptions
= {
workingDir
:
string
;
all
?:
boolean
;
commit
?:
boolean
; };
export
declare
function
checkManifest
(
options
:
CheckOptions
):
void
;