jam-cloud/jam-ui/node_modules/chance/docs/location/postcode.md

14 lines
224 B
Markdown

# 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'
```