is-wds1338 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. package/README.md +0 -0
  2. package/index.js +6 -0
  3. package/package.json +22 -0
package/README.md ADDED
Binary file
package/index.js ADDED
@@ -0,0 +1,6 @@
1
+ function isWds(string) {
2
+ return string == 'WDS'
3
+ }
4
+
5
+
6
+ module.exports = isWds
package/package.json ADDED
@@ -0,0 +1,22 @@
1
+ {
2
+ "name": "is-wds1338",
3
+ "version": "1.0.0",
4
+ "description": "Is the string WDS?",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/attacker13388/mynpm.git"
12
+ },
13
+ "keywords": [
14
+ "WDS"
15
+ ],
16
+ "author": "Webi",
17
+ "license": "ISC",
18
+ "bugs": {
19
+ "url": "https://github.com/attacker13388/mynpm/issues"
20
+ },
21
+ "homepage": "https://github.com/attacker13388/mynpm#readme"
22
+ }