Advertisement
Sufyan

Ilmulhuroof

Jul 28th, 2020
1,216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. const huroofs = {
  2.   'ا': {
  3.     type: 'NAARI',
  4.     data: {
  5.       '7': [
  6.         [
  7.           {
  8.             text: 'ھ',
  9.             value: 6
  10.           },
  11.           {
  12.             text: 'ذ',
  13.             value: 1
  14.           }
  15.         ]
  16.       ]
  17.     }
  18.   },
  19.   'ف': {
  20.     type: 'NAARI',
  21.     data: {
  22.       '7': [
  23.         [
  24.           {
  25.             text: 'ش',
  26.             value: 2
  27.           },
  28.           {
  29.             text: 'ش',
  30.             value: 2
  31.           },
  32.           {
  33.             text: 'ش',
  34.             value: 2
  35.           },
  36.           {
  37.             text: 'ذ',
  38.             value: 1
  39.           }
  40.         ],
  41.         [
  42.           {
  43.             text: 'ش',
  44.             value: 2
  45.           },
  46.           {
  47.             text: 'ش',
  48.             value: 2
  49.           },
  50.           {
  51.             text: 'ذ',
  52.             value: 1
  53.           },
  54.           {
  55.             text: 'ذ',
  56.             value: 1
  57.           },
  58.           {
  59.             text: 'ذ',
  60.             value: 1
  61.           }
  62.         ]
  63.       ],
  64.       '3': [
  65.         [
  66.           {
  67.             text: 'ش',
  68.             value: 2
  69.           },
  70.           {
  71.             text: 'ذ',
  72.             value: 1
  73.           }
  74.         ],
  75.         [
  76.           {
  77.             text: 'ذ',
  78.             value: 1
  79.           },
  80.           {
  81.             text: 'ذ',
  82.             value: 1
  83.           },
  84.           {
  85.             text: 'ذ',
  86.             value: 1
  87.           }
  88.         ]
  89.       ]
  90.     }
  91.   }
  92. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement