File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,19 +36,19 @@ var city = Faker.Address.City(); // Reynaton
36
36
var number = Faker .RandomNumber .Next (100 ); // 30
37
37
var dob = Faker .Identification .DateOfBirth (); // 1971-11-16T00:00:00.0000000Z
38
38
39
- ``` US - United States
39
+ // US - United States
40
40
var ssn = Faker .Identification .SocialSecurityNumber (); // 249-17-9666
41
41
var mbi = Faker .Identification .MedicareBeneficiaryIdentifier (); // 8NK0Q74KT53
42
42
var usPassport = Faker .Identification .UsPassport (); // 335587506
43
43
44
- ``` UK - United Kingdom
44
+ // UK - United Kingdom
45
45
var nin = Faker .Identification .UkNationalInsuranceNumber (); // YA171053Y
46
46
var ninFormatted = Faker .Identification .UkNationalInsuranceNumber (true ); // YA 17 10 53 Y
47
47
var ukPassport = Faker .Identification .UkPassport (); // 496675685
48
48
var ukNhs = Faker .Identification .NhsNumber (); // 6584168301
49
49
var ukNhsFormatted = Faker .Identification .NhsNumber (true ); // 658 416 8301
50
50
51
- ``` BG - Bulgaria
51
+ // BG - Bulgaria
52
52
var bulgarianPin = Faker .Identification .BulgarianPin (); // 6402142606
53
53
54
54
```
You can’t perform that action at this time.
0 commit comments