UNPKG
spiritjs
Version:
latest (3.1.17)
3.1.17
3.1.14
3.1.13
3.1.12
3.1.10
3.1.9
3.1.8
3.1.7
3.1.6
3.1.5
3.1.4
3.1.3
3.1.1
3.1.0
3.0.3
3.0.2
3.0.1
3.0.0
2.4.3
2.4.2
2.4.1
2.4.0
2.3.0
2.2.5
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.3
2.1.2
2.1.1
2.1.0
2.0.11
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.3.0
1.2.1
1.2.0
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.6
1.0.5
1.0.2
1.0.1
1.0.0
The animation toolkit for the web
spiritapp.io
spirit/spirit
spiritjs
/
lib
/
utils
/
context.js
7 lines
(6 loc)
•
166 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
exports
.
__esModule
=
true
;
exports
.
isBrowser
= isBrowser;
function
isBrowser
(
) {
return
typeof
window
===
'object'
&&
typeof
document
===
'object'
; }