@guihz/trading-vue-editor-tes 0.0.153 → 0.0.155
Sign up to get free protection for your applications and to get access to all the features.
@@ -43,6 +43,7 @@ export default class BuildInStr {
|
|
43
43
|
format_time({ time, format, timezone }: IStrArgs): string;
|
44
44
|
replace_all({ source, target, replacement }: IStrArgs): string;
|
45
45
|
private _toStringFormat;
|
46
|
+
private _formatOthers;
|
46
47
|
private _formatNumber;
|
47
48
|
private _strFormat;
|
48
49
|
}
|