We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 046880e commit 2bfc143Copy full SHA for 2bfc143
index.d.ts
@@ -0,0 +1,3 @@
1
+declare function encodeRegistry (registry: string): string
2
+
3
+export = encodeRegistry;
package.json
@@ -3,8 +3,10 @@
"version": "1.0.0",
4
"description": "Encodes a registry URL. Memoized.",
5
"main": "index.js",
6
+ "typings": "index.d.ts",
7
"files": [
- "index.js"
8
+ "index.js",
9
+ "index.d.ts"
10
],
11
"engines": {
12
"node": ">=4"
0 commit comments