source: frontend/node_modules/html-entities/dist/commonjs/numeric-unicode-map.js

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 601 bytes
RevLine 
[9af201e]1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.numericUnicodeMap = void 0;
4exports.numericUnicodeMap = {
5 0: 65533,
6 128: 8364,
7 130: 8218,
8 131: 402,
9 132: 8222,
10 133: 8230,
11 134: 8224,
12 135: 8225,
13 136: 710,
14 137: 8240,
15 138: 352,
16 139: 8249,
17 140: 338,
18 142: 381,
19 145: 8216,
20 146: 8217,
21 147: 8220,
22 148: 8221,
23 149: 8226,
24 150: 8211,
25 151: 8212,
26 152: 732,
27 153: 8482,
28 154: 353,
29 155: 8250,
30 156: 339,
31 158: 382,
32 159: 376
33};
34//# sourceMappingURL=numeric-unicode-map.js.map
Note: See TracBrowser for help on using the repository browser.