-
-
Save xandrkat/2d44bc508cb71bb8caa208ade17600f0 to your computer and use it in GitHub Desktop.
dict
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const _ = '_', | |
| bs = '[', | |
| be = ']', | |
| сbs = '{', | |
| сbe = '}', | |
| eq = '=', | |
| sp = ' ', | |
| d = '-', | |
| dot = 'dot', | |
| h = 'h', | |
| q = '?', | |
| main = 'main', | |
| phone = 'phone', | |
| list = 'list', | |
| btn = 'btn', | |
| block = 'block', | |
| buyer = 'buyer', | |
| name = 'name', | |
| form = 'form', | |
| user = 'user', | |
| review = 'review', | |
| filter = 'filter', | |
| input = 'input', | |
| price = 'price', | |
| search = 'search', | |
| phonessearch = 'phonessearch', | |
| min = 'min', | |
| max = 'max', | |
| error = 'error', | |
| value = 'value', | |
| add = 'add', | |
| data = 'data', | |
| key = 'key', | |
| fast = 'fast', | |
| js = 'js', | |
| post = 'post', | |
| has = 'has', | |
| mob = 'mob', | |
| numeric = 'numeric', | |
| modal = 'modal', | |
| active = 'active', | |
| id = 'id', | |
| type = 'type', | |
| item = 'item', | |
| tab = 'tab', | |
| city = 'city', | |
| click = 'click', | |
| label = 'label', | |
| save = 'save', | |
| checked = 'checked', | |
| change = 'change'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment