UNPKG

@livre/enum-regexes

Version:
41 lines (33 loc) 1.56 kB
# @livre/enum-regexes [![npm version][badge-npm-version]][url-npm] [![npm download monthly][badge-npm-download-monthly]][url-npm] [![npm download total][badge-npm-download-total]][url-npm] [![npm dependents][badge-npm-dependents]][url-github] [![npm license][badge-npm-license]][url-npm] [![pp install size][badge-pp-install-size]][url-pp] [![github commit last][badge-github-last-commit]][url-github] [![github commit total][badge-github-commit-count]][url-github] [//]: <> (Shields) [badge-npm-version]: https://flat.badgen.net/npm/v/@livre/enum-regexes [badge-npm-download-monthly]: https://flat.badgen.net/npm/dm/@livre/enum-regexes [badge-npm-download-total]:https://flat.badgen.net/npm/dt/@livre/enum-regexes [badge-npm-dependents]: https://flat.badgen.net/npm/dependents/@livre/enum-regexes [badge-npm-license]: https://flat.badgen.net/npm/license/@livre/enum-regexes [badge-pp-install-size]: https://flat.badgen.net/packagephobia/install/@livre/enum-regexes [badge-github-last-commit]: https://flat.badgen.net/github/last-commit/hoyeungw/livre [badge-github-commit-count]: https://flat.badgen.net/github/commits/hoyeungw/livre [//]: <> (Link) [url-npm]: https://npmjs.org/package/@livre/enum-regexes [url-pp]: https://packagephobia.now.sh/result?p=@livre/enum-regexes [url-github]: https://github.com/hoyeungw/livre ##### Enums of events #### Install ```console $ npm install @livre/enum-regexes ``` #### Usage ```js import { wordCount } from '@livre/enum-regexes' ``` #### Meta [LICENSE (MIT)](LICENSE)