You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
284 B
17 lines
284 B
|
4 months ago
|
"use strict";
|
||
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||
|
|
exports.paramsCount = void 0;
|
||
|
|
exports.paramsCount = {
|
||
|
|
a: 7,
|
||
|
|
c: 6,
|
||
|
|
h: 1,
|
||
|
|
l: 2,
|
||
|
|
m: 2,
|
||
|
|
r: 4,
|
||
|
|
q: 4,
|
||
|
|
s: 4,
|
||
|
|
t: 2,
|
||
|
|
v: 1,
|
||
|
|
z: 0,
|
||
|
|
};
|
||
|
|
//# sourceMappingURL=params-count.js.map
|