1
Fork 0

(ssf) export choose_fmt (closes #2691) [ci skip]

This commit is contained in:
alonkh2 2022-05-27 04:45:05 +03:00
parent e6ae86df55
commit d4beb13723

View File

@ -6,3 +6,4 @@ SSF.load_table = function load_table(tbl/*:SSFTable*/)/*:void*/ {
};
SSF.init_table = init_table;
SSF.format = format;
SSF.choose_format = choose_fmt;