How to use the br function from faker
Find comprehensive JavaScript faker.br code examples handpicked from public code repositorys.
0 1 2 3 4 5 6 7 8 9 10
var faker = require('faker'); var faker = require('faker-br'); var name = faker.name.findName(); var telefone = faker.phone.phoneNumber(); var email = faker.internet.email(); var randomcpf = faker.br.cpf(); const { I } = inject(); module.exports = {
0
0
0
faker.random is the most popular function in faker (1352 examples)