UNPKG
builder-util
Version:
latest (26.15.0)
next (26.15.0)
26.15.0
26.14.0
26.13.0
26.12.1
26.12.0
26.11.1
26.11.0
26.10.0
26.9.0
26.8.1
26.8.0
26.4.1
26.3.4
26.3.1
26.3.0
26.1.0
26.0.20
26.0.19
26.0.17
26.0.16
26.0.13
26.0.11
26.0.7
26.0.4
26.0.1
26.0.0
26.0.0-alpha.10
26.0.0-alpha.8
26.0.0-alpha.7
26.0.0-alpha.3
26.0.0-alpha.1
26.0.0-alpha.0
25.1.7
25.1.6
25.1.5
25.1.4
25.1.3
25.1.2
25.1.0
25.0.6
25.0.3
25.0.2
25.0.1
25.0.0
25.0.0-alpha.13
25.0.0-alpha.12
25.0.0-alpha.10
25.0.0-alpha.9
25.0.0-alpha.6
25.0.0-alpha.4
25.0.0-alpha.3
25.0.0-alpha.1
24.13.4-alpha.0
24.13.1
24.9.4
24.8.1
24.8.0
24.5.0
24.4.0
24.3.0
24.1.2
24.1.0
24.0.0
24.0.0-alpha.13
24.0.0-alpha.11
24.0.0-alpha.8
24.0.0-alpha.6
24.0.0-alpha.3
24.0.0-alpha.2
23.6.0
23.5.0
23.4.0
23.3.3
23.3.0
23.0.9
23.0.8
23.0.6
23.0.2
23.0.0
23.0.0-alpha.0
22.14.13
22.14.7
22.14.6
22.14.5
22.14.0
22.13.1
22.13.0
22.12.1
22.11.11
22.11.10
22.11.9
22.11.8
22.11.7
22.11.6
22.11.5
22.11.4
22.11.3
22.11.2
22.11.1
22.11.0
22.10.5
22.10.4
22.10.3
22.10.2
22.10.1
22.10.0
22.9.1
22.9.0
22.8.1
22.8.0
22.7.0
22.6.1
22.6.0
22.5.1
22.5.0
22.4.1
22.4.0
22.3.6
22.3.5
22.3.4
22.3.3
22.3.2
22.3.1
22.3.0
22.2.0
22.1.0
22.0.0
21.2.0
21.1.6
21.1.5
21.1.4
21.1.3
21.1.2
21.1.1
21.1.0
21.0.16
21.0.15
21.0.14
10.3.7
10.3.6
10.3.5
10.3.4
10.3.3
10.3.2
10.3.1
10.3.0
10.2.1
10.2.0
10.1.2
10.1.1
10.1.0
10.0.4
10.0.3
10.0.2
10.0.1
10.0.0
9.7.1
9.7.0
9.6.2
9.6.1
9.6.0
9.5.0
9.4.0
9.3.0
9.2.0
9.1.0
9.0.0
8.0.1
8.0.0
7.2.1
7.2.0
7.1.0
7.0.0
6.1.3
6.1.2
6.1.1
6.1.0
6.0.0
5.20.1
5.20.0
5.19.0
5.18.1
5.18.0
5.17.0
5.16.3
5.16.2
5.16.1
5.16.0
5.15.0
5.14.1
5.14.0
5.13.2
5.13.1
5.13.0
5.12.0
5.11.9
5.11.8
5.11.7
5.11.6
5.11.5
5.11.4
5.11.3
5.11.2
5.11.1
5.11.0
5.10.0
5.9.1
5.9.0
5.8.1
5.8.0
5.7.11
5.7.10
5.7.9
5.7.8
5.7.7
5.7.6
5.7.5
5.7.4
5.7.3
5.7.2
5.7.1
5.7.0
5.6.7
5.6.6
5.6.5
5.6.4
5.6.3
5.6.2
5.6.1
5.6.0
5.5.1
5.5.0
5.4.1
5.4.0
5.3.1
5.3.0
5.2.0
5.1.1
5.1.0
5.0.0
4.2.5
4.2.4
4.2.3
4.2.2
4.2.1
4.2.0
4.1.7
4.1.6
4.1.5
4.1.4
4.1.3
4.1.2
4.1.1
4.1.0
4.0.0
3.5.0
3.4.5
3.4.4
3.4.3
3.4.2
3.4.1
3.4.0
3.3.0
3.2.2
3.2.1
3.2.0
3.1.2
3.1.1
3.1.0
3.0.13
3.0.12
3.0.11
3.0.10
2.0.10
2.0.9
2.0.8
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.0.2
1.0.1
1.0.0
github.com/electron-userland/electron-builder
electron-userland/electron-builder
builder-util
/
out
/
stringUtil.d.ts
3 lines
(2 loc)
•
129 B
TypeScript
View Raw
1
2
3
import
{
Nullish
}
from
"builder-util-runtime"
;
export
declare
function
isEmptyOrSpaces
(
s
:
string
|
Nullish
): s is
""
|
Nullish
;