import { isCnpj } from './isCnpj/index'; import { isCpf } from './isCpf/index'; export { isCnpj, isCpf };