nv-data-selection
Version:
nv-data-selection ============ - nv-data-selection ,nest selection - multi, radio,value,validator - notifier callback
17 lines (14 loc) • 311 B
JavaScript
const IR = require("./ir");
const vali_func = require("./vali-func");
const eng = require("./eng");
module.exports = {
noexist:eng.noexist,
ERROR:eng.ERROR,
DFLT_VALI:eng.DFLT_VALI,
DFLT_NOTI:eng.DFLT_NOTI,
Option:eng.Option,
load_from_json:eng.load_from_json,
////
IR,
vali_func
}