We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9e2444f + 016cddc commit bd077b5Copy full SHA for bd077b5
index.d.ts
@@ -0,0 +1,5 @@
1
+export function clean(rut: string): string;
2
+
3
+export function validate(rut: string): boolean;
4
5
+export function format(rut: string): string;
package.json
@@ -13,7 +13,8 @@
13
"node": ">=4"
14
},
15
"files": [
16
- "index.js"
+ "index.js",
17
+ "index.d.ts"
18
],
19
"keywords": [
20
"validar",
0 commit comments