.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / caniuse-lite / dist / lib / supported.js
1 "use strict";
2
3 Object.defineProperty(exports, "__esModule", {
4     value: true
5 });
6 exports.default = {
7     y: 1 << 0,
8     n: 1 << 1,
9     a: 1 << 2,
10     p: 1 << 3,
11     u: 1 << 4,
12     x: 1 << 5,
13     d: 1 << 6
14 };