Skip to content

Instantly share code, notes, and snippets.

@xandrkat
Created August 20, 2022 17:50
Show Gist options
  • Select an option

  • Save xandrkat/2d44bc508cb71bb8caa208ade17600f0 to your computer and use it in GitHub Desktop.

Select an option

Save xandrkat/2d44bc508cb71bb8caa208ade17600f0 to your computer and use it in GitHub Desktop.
dict
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