Skip to content

Commit

Permalink
Update Type definitions
Browse files Browse the repository at this point in the history
Export `randomNIFWith`, `randomNIEWith` and `normalize` in type definition
  • Loading branch information
Sturgelose authored and singuerinc committed Mar 9, 2019
1 parent be52be5 commit f38e828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ declare const isNIF: (nif: string) => boolean;
* Returns true if the string is a valid DNI
*/
declare const isValid: (dni: string) => boolean;
export { randomNIF, randomNIE, isValid, isNIF, isNIE };
export { randomNIF, randomNIFWith, randomNIE, randomNIEWith, isValid, isNIF, isNIE, normalize };

0 comments on commit f38e828

Please sign in to comment.