We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db1cc08 commit 4763f4cCopy full SHA for 4763f4c
index.d.ts
@@ -0,0 +1,2 @@
1
+declare function isLinkWorking(link: string): Promise<boolean>
2
+export = isLinkWorking
package.json
@@ -9,6 +9,7 @@
9
"test-cov": "nyc --dir test/coverage _mocha -- --timeout 10000 --bail && echo Coverage lies in test/coverage/lcov-report/index.html",
10
"test-travis": "nyc _mocha --report lcovonly -- --timeout 10000 --bail && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
11
},
12
+ "types": "./index.d.ts",
13
"bugs": {
14
"url": "https://github.com/IndigoUnited/node-is-link-working/issues/"
15
0 commit comments