UNPKG

tauro-directives

Version:

This is an Angular library composed of several useful directives developed by the team of developers of [3Tecnos Tecnologia](http://www.3tecnos.com.br/).

12 lines (11 loc) 277 B
interface String { removeMask(): string; MaskCpfCnpj(option: string): string; MaskTel(): string; ToCpfCnpj(): string; validaCPF(): boolean; validaCNPJ(): boolean; } interface Array<T> { difference(b: Array<T>, field: string): Array<T>; }