UNPKG
@anvaka/streamlines
Version:
latest (1.6.0)
1.6.0
1.5.0
1.4.0
1.3.0
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0
Streamlines calculator
github.com/anvaka/streamlines
anvaka/streamlines
@anvaka/streamlines
/
demo
/
src
/
lib
/
isSmallScreen.js
3 lines
•
77 B
JavaScript
View Raw
1
2
3
export
default
function
isSmallScreen
(
) {
return
window
.
innerWidth
<
600
; }