mirror of
https://gitee.com/bimuziyan/ccc-obfuscated-code.git
synced 2026-06-09 00:32:32 +08:00
update
This commit is contained in:
23
node_modules/chance/docs/location/zip.md
generated
vendored
Normal file
23
node_modules/chance/docs/location/zip.md
generated
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
# zip
|
||||
|
||||
```js
|
||||
// usage
|
||||
chance.zip()
|
||||
chance.zip({plusfour: true})
|
||||
```
|
||||
|
||||
Generate a random (U.S.) zip code.
|
||||
|
||||
```js
|
||||
chance.zip();
|
||||
=> '90210'
|
||||
```
|
||||
|
||||
Can optionally specify that it ought to return a [Zip+4][zip+4]:
|
||||
|
||||
```js
|
||||
chance.zip({plusfour: true});
|
||||
=> '01035-1838'
|
||||
```
|
||||
|
||||
[zip+4]: http://vq.io/19rzsve
|
||||
Reference in New Issue
Block a user