lang-mini
v0.0.39
Published
General purpose JavaScript functions, extracted from jsgui. Also includes Evented_Class
Downloads
113
Readme
Lang-mini
Contains a variety of utility functions, as well as Evented_Class.
Utility Functions
| Function Name | Arguments | Explanation / Notes | | ------------- | --------- | ------------------- | | each | | | | is_array | | | | is_dom_node | | | | is_ctrl | | | | clone | | | | get_truth_map_from_arr | | | | tm | | | | get_arr_from_truth_map | | | | arr_trim_undefined | | | | get_map_from_arr | | | | arr_like_to_arr | | | | tof | | | | atof | | | | tf | | | | load_type | | | | is_defined | | | | def | | | | stringify | | | | functional_polymorphism | | | | fp | | | | mfp | | | | arrayify | | | | mapify | | | | str_arr_mapify | | | | are_equal | | | | deep_equal | | | | get_a_sig | | | | deep_sig | | | | get_item_sig | | | | set_vals | | | | truth | | | | trim_sig_brackets | | | | ll_set | | | | ll_get | | | | iterate_ancestor_classes | | | | is_arr_of_t | | | | is_arr_of_arrs | | | | is_arr_of_strs | | | | call_multiple_callback_functions | | | | call_multi | | | | multi | | | | Fns | | | | sig_match | | | | remove_sig_from_arr_shell | | | | to_arr_strip_keys | | | | arr_objs_to_arr_keys_values_table | | | | set_arr_tree_value | | | | get_arr_tree_value | | | | deep_arr_iterate | | | | prom | | | | combinations | | | | combos | | | | vectorify | | |
Grammar Class