UNPKG
kalibri
Version:
latest (2.0.26)
2.0.26
2.0.25
2.0.24
2.0.23
2.0.22
2.0.21
2.0.20
2.0.19
2.0.18
2.0.12
2.0.11
2.0.6
2.0.4
2.0.2
2.0.1
2.0.0
1.0.40
1.0.39
1.0.38
1.0.37
1.0.36
1.0.35
1.0.34
1.0.33
1.0.32
1.0.31
1.0.12
1.0.11
1.0.3
1.0.1
1.0.0
http service
gitlab.com/grizzzly/kalibri
kalibri
/
lib
/
kalibri
/
_helpers.js
6 lines
(5 loc)
•
187 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
isServer
=
void
0
;
const
isServer
= (
) =>
typeof
window
===
'undefined'
;
exports
.
isServer
= isServer;