This commit is contained in:
Pipi Chen
2020-05-07 01:02:44 +08:00
commit b8a3516cd6
2147 changed files with 184854 additions and 0 deletions

13
node_modules/chance/docs/web/google_analytics.md generated vendored Normal file
View File

@@ -0,0 +1,13 @@
# google_analytics
```js
// usage
chance.google_analytics()
```
Return a random [Google Analytics](https://support.google.com/analytics/answer/1032385?hl=en) tracking code. Takes the form `'UA-123456-01'`
```js
chance.google_analytics()
=> 'UA-384555-17'
```