1/*
2 * Copyright (C) 2022 Huawei Device Co., Ltd.
3 * Licensed under the Apache License, Version 2.0 (the "License");
4 * you may not use this file except in compliance with the License.
5 * You may obtain a copy of the License at
6 *
7 *     http://www.apache.org/licenses/LICENSE-2.0
8 *
9 * Unless required by applicable law or agreed to in writing, software
10 * distributed under the License is distributed on an "AS IS" BASIS,
11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 * See the License for the specific language governing permissions and
13 * limitations under the License.
14 */
15
16export const NUM_1 = 1;
17export const NUM_2 = 2;
18export const NUM_3 = 3;
19export const NUM_4 = 4;
20export const NUM_5 = 5;
21export const NUM_7 = 7;
22export const NUM_16 = 16;
23export const NUM_30 = 30;
24export const NUM_40 = 40;
25export const NUM_60 = 60;
26export const NUM_100 = 100;
27export const NUM_64 = 64;
28export const NUM_200 = 200;
29export const NUM_300 = 300;
30export const NUM_450 = 450;
31export const NUM_600 = 600;
32export const NUM_1800 = 1800;
33export const NUM_3600 = 3600;
34export const NUM_16384 = 16384;
35export const NUM_MILLON = 1000_000;
36