|
2 | 2 |
|
3 | 3 | ## Table of contents |
4 | 4 |
|
| 5 | +### Interfaces |
| 6 | + |
| 7 | +- [GenerateIdCardOptions](./interfaces/GenerateIdCardOptions.md) |
| 8 | +- [IdCardInfo](./interfaces/IdCardInfo.md) |
| 9 | +- [IdCardResult](./interfaces/IdCardResult.md) |
| 10 | + |
5 | 11 | ### Functions |
6 | 12 |
|
7 | 13 | - [accAdd](./functions/accAdd.md) |
|
38 | 44 | - [formatPhone](./functions/formatPhone.md) |
39 | 45 | - [formatTimeAgo](./functions/formatTimeAgo.md) |
40 | 46 | - [generateGUID](./functions/generateGUID.md) |
| 47 | +- [generateIdCard](./functions/generateIdCard.md) |
41 | 48 | - [get](./functions/get.md) |
42 | 49 | - [getBrowser](./functions/getBrowser.md) |
43 | 50 | - [getCookie](./functions/getCookie.md) |
|
46 | 53 | - [getDays](./functions/getDays.md) |
47 | 54 | - [getDevice](./functions/getDevice.md) |
48 | 55 | - [getDiffDay](./functions/getDiffDay.md) |
| 56 | +- [getIdCardAge](./functions/getIdCardAge.md) |
| 57 | +- [getIdCardGender](./functions/getIdCardGender.md) |
| 58 | +- [getIdCardRegion](./functions/getIdCardRegion.md) |
49 | 59 | - [getImgBase64](./functions/getImgBase64.md) |
50 | 60 | - [getIn](./functions/getIn.md) |
51 | 61 | - [getLocationHrefParam](./functions/getLocationHrefParam.md) |
|
149 | 159 | - [objectFromPairs](./functions/objectFromPairs.md) |
150 | 160 | - [objectToPairs](./functions/objectToPairs.md) |
151 | 161 | - [only](./functions/only.md) |
| 162 | +- [parseIdCard](./functions/parseIdCard.md) |
152 | 163 | - [photoCompress](./functions/photoCompress.md) |
153 | 164 | - [preZeroFill](./functions/preZeroFill.md) |
154 | 165 | - [prettyBytes](./functions/prettyBytes.md) |
|
169 | 180 | - [transferHumpUnderline](./functions/transferHumpUnderline.md) |
170 | 181 | - [trim](./functions/trim.md) |
171 | 182 | - [urlJoin](./functions/urlJoin.md) |
| 183 | +- [validateIdCard](./functions/validateIdCard.md) |
0 commit comments