summaryrefslogtreecommitdiff
path: root/src/node_modules/chance/docs/location/postcode.md
blob: fab584ffc866f7b319f67b556b85fed595b8e536 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# postcode

```js
// usage
chance.postcode()
```

Generate a random (U.K.) postcode. Returned postcode is valid with respect to the Postcode Area (first characters) and format only.

```js
chance.postcode();
=> 'W6 9PF'
```