source: trip-planner-front/node_modules/void-elements/index.js@ 6c1585f

Last change on this file since 6c1585f was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 376 bytes
Line 
1/**
2 * This file automatically generated from `pre-publish.js`.
3 * Do not manually edit.
4 */
5
6module.exports = {
7 "area": true,
8 "base": true,
9 "br": true,
10 "col": true,
11 "embed": true,
12 "hr": true,
13 "img": true,
14 "input": true,
15 "keygen": true,
16 "link": true,
17 "menuitem": true,
18 "meta": true,
19 "param": true,
20 "source": true,
21 "track": true,
22 "wbr": true
23};
Note: See TracBrowser for help on using the repository browser.