UNPKG
-ajay-code
Version:
latest (1.0.0)
1.0.0
About learning
github.com/MrZimmortal/-ajay-code
MrZimmortal/-ajay-code
-ajay-code
/
index.js
5 lines
(4 loc)
•
98 B
JavaScript
View Raw
1
2
3
4
5
function
checkWindowSize
(
) {
return
window
.
innerWidth
; }
module
.
export
= checkWindowSize;