@guihz/trading-vue-editor-tes 0.0.151 → 0.0.153

Sign up to get free protection for your applications and to get access to all the features.
@@ -8,3 +8,5 @@ export declare function parserTimezone(time?: number, timezone?: string): dayjs.
8
8
  export declare function periodConvert(period: string): number;
9
9
  export declare function isNotNum(num?: number): boolean;
10
10
  export declare function argColorsHandle(args: any, colors: string[]): void;
11
+ export declare function encode(str: string): string;
12
+ export declare function decode(base64: string): string;