mirror of
https://gitee.com/bimuziyan/ccc-obfuscated-code.git
synced 2026-05-31 15:55:43 +08:00
14 lines
150 B
Markdown
14 lines
150 B
Markdown
# currency
|
|
|
|
```js
|
|
// usage
|
|
chance.currency()
|
|
```
|
|
|
|
Generate a random currency.
|
|
|
|
```js
|
|
chance.currency();
|
|
=> { code: "TVD", name: "Tuvalu Dollar" }
|
|
```
|