UNPKG
expanding-slideshow
Version:
latest (1.0.0)
1.0.0
Combination of Embla and PhotoSwipe
expanding-slideshow
/
index.js
6 lines
(4 loc)
•
78 B
JavaScript
View Raw
1
2
3
4
5
6
function
isWds
(string)
{
return
string
===
"WDS"
; }
module
.exports = isWds;