UNPKG
@polgubau/utils
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
A collection of utility functions for TypeScript
github.com/PolGubau/utils
PolGubau/utils
@polgubau/utils
/
dist
/
esm
/
comparators
/
is-client
/
is-client.mjs
8 lines
•
169 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
// src/comparators/is-client/is-client.ts
var
isClient
= (
) => {
return
typeof
window
!==
"undefined"
; };
export
{ isClient };
//# sourceMappingURL=is-client.mjs.map