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 96e0bcd commit 86b0edbCopy full SHA for 86b0edb
package.json
@@ -4,6 +4,7 @@
4
"description": "Parses and manipulates multiple comma-separated integer ranges (eg \"1-3,8-10\")",
5
"repository": "https://github.com/smikitky/node-multi-integer-range.git",
6
"main": "./lib/multi-integer-range.js",
7
+ "typings": "./lib/multi-integer-range.d.ts",
8
"scripts": {
9
"test": "node_modules/.bin/mocha",
10
"build": "node_modules/.bin/tsc"
0 commit comments