carvalhoviniciusluiz / cpf-cnpj-validator

Valida e formata strings de CPF ou CNPJ.
MIT License
206 stars 27 forks source link

Add type definitions for TypeScript #13

Closed satheler closed 4 years ago

satheler commented 4 years ago

It'd be great if this project add a declaration file to https://github.com/DefinitelyTyped/DefinitelyTyped so that it can be used with TypeScript.

rbbernardino commented 4 years ago

@satheler Why did you close the issue? Have you solved it? How?

satheler commented 4 years ago

@satheler Why did you close the issue? Have you solved it? How?

@rbbernardino this repository is already written in Typescript. However, when using the functions of this repository, the type-checking does not reflect what was written.