ctx-core 2.2.0 → 2.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/all/LessThan/index.d.ts +10 -0
- package/all/LessThan/index.js +1 -0
- package/all/MAX_INT/index.d.ts +1 -0
- package/all/MAX_INT/index.js +1 -0
- package/all/MIN_INT/index.d.ts +1 -0
- package/all/MIN_INT/index.js +1 -0
- package/all/Map__object/index.d.ts +5 -0
- package/all/Map__object/index.js +9 -0
- package/all/Map__object/index.test.ts +7 -0
- package/all/NoRepetition/index.d.ts +6 -0
- package/all/NoRepetition/index.js +1 -0
- package/all/NumericRange/index.d.ts +8 -0
- package/all/NumericRange/index.js +1 -0
- package/all/NumericUnit/index.d.ts +4 -0
- package/all/NumericUnit/index.js +1 -0
- package/all/PHI/index.d.ts +1 -0
- package/all/PHI/index.js +2 -0
- package/all/Request/index.d.ts +2 -0
- package/all/Request/index.js +2 -0
- package/all/Response/index.d.ts +1 -0
- package/all/Response/index.js +2 -0
- package/all/TagType/index.d.ts +2 -0
- package/all/TagType/index.js +1 -0
- package/all/Timeout/index.d.ts +1 -0
- package/all/Timeout/index.js +1 -0
- package/all/UnorderedTuple/index.d.ts +4 -0
- package/all/UnorderedTuple/index.js +1 -0
- package/all/a/index.d.ts +1 -0
- package/all/a/index.js +3 -0
- package/all/a_assign/index.d.ts +7 -0
- package/all/a_assign/index.js +12 -0
- package/all/a_in_idx_a_map/index.d.ts +12 -0
- package/all/a_in_idx_a_map/index.js +13 -0
- package/all/a_item/index.d.ts +12 -0
- package/all/a_item/index.js +1 -0
- package/all/a_length/index.d.ts +18 -0
- package/all/a_length/index.js +21 -0
- package/all/a_nowrap/index.d.ts +7 -0
- package/all/a_nowrap/index.js +1 -0
- package/all/a_present/index.d.ts +19 -0
- package/all/a_present/index.js +24 -0
- package/all/a_some/index.d.ts +13 -0
- package/all/a_some/index.js +20 -0
- package/all/abbrev_month_a/index.d.ts +2 -0
- package/all/abbrev_month_a/index.js +15 -0
- package/all/abbreviate_number_str/index.d.ts +10 -0
- package/all/abbreviate_number_str/index.js +28 -0
- package/all/acronym/index.d.ts +2 -0
- package/all/acronym/index.js +8 -0
- package/all/add/index.d.ts +11 -0
- package/all/add/index.js +24 -0
- package/all/add/index.test.ts +14 -0
- package/all/all_union_a/index.d.ts +10 -0
- package/all/all_union_a/index.js +8 -0
- package/all/and/index.d.ts +29 -0
- package/all/and/index.js +45 -0
- package/all/and/index.test.ts +10 -0
- package/all/and_call/index.d.ts +16 -0
- package/all/and_call/index.js +20 -0
- package/all/andand/index.d.ts +14 -0
- package/all/andand/index.js +19 -0
- package/all/andand_or/index.d.ts +13 -0
- package/all/andand_or/index.js +14 -0
- package/all/andandfn/index.d.ts +26 -0
- package/all/andandfn/index.js +39 -0
- package/all/apply/index.d.ts +14 -0
- package/all/apply/index.js +14 -0
- package/all/arg_i0_a/index.d.ts +11 -0
- package/all/arg_i0_a/index.js +11 -0
- package/all/array_types/index.d.ts +134 -0
- package/all/array_types/index.js +1 -0
- package/all/assign/index.d.ts +4 -0
- package/all/assign/index.js +5 -0
- package/all/assign_fn_key_a/index.d.ts +15 -0
- package/all/assign_fn_key_a/index.js +24 -0
- package/all/assign_unless_null/index.d.ts +7 -0
- package/all/assign_unless_null/index.js +11 -0
- package/all/async_gen_a/index.d.ts +3 -0
- package/all/async_gen_a/index.js +9 -0
- package/all/async_gen_a/index.test.ts +12 -0
- package/all/at_date/index.d.ts +1 -0
- package/all/at_date/index.js +9 -0
- package/all/atob/index.d.ts +3 -0
- package/all/atob/index.js +16 -0
- package/all/atob_Uint32Array/index.d.ts +5 -0
- package/all/atob_Uint32Array/index.js +16 -0
- package/all/bad_credentials/index.d.ts +30 -0
- package/all/bad_credentials/index.js +44 -0
- package/all/bad_gateway/index.d.ts +20 -0
- package/all/bad_gateway/index.js +45 -0
- package/all/bad_request/index.d.ts +20 -0
- package/all/bad_request/index.js +45 -0
- package/all/base16_random/index.d.ts +2 -0
- package/all/base16_random/index.js +14 -0
- package/all/base64__buffer/index.d.ts +6 -0
- package/all/base64__buffer/index.js +15 -0
- package/all/batch_queue/index.d.ts +5 -0
- package/all/batch_queue/index.js +44 -0
- package/all/batch_queue/index.test.ts +149 -0
- package/all/be/index.d.ts +5 -0
- package/all/be/index.js +11 -0
- package/all/be_/index.d.ts +124 -0
- package/all/be_/index.js +272 -0
- package/all/be_/index.test.ts +251 -0
- package/all/be_arg_triple/index.d.ts +21 -0
- package/all/be_arg_triple/index.js +41 -0
- package/all/be_prop_pair/index.d.ts +36 -0
- package/all/be_prop_pair/index.js +54 -0
- package/all/be_prop_pair/index.test.ts +137 -0
- package/all/binary_sort_rank/index.d.ts +12 -0
- package/all/binary_sort_rank/index.js +30 -0
- package/all/bind_apply/index.d.ts +17 -0
- package/all/bind_apply/index.js +18 -0
- package/all/bind_call/index.d.ts +21 -0
- package/all/bind_call/index.js +18 -0
- package/all/bind_map_apply/index.d.ts +17 -0
- package/all/bind_map_apply/index.js +19 -0
- package/all/bind_map_call/index.d.ts +18 -0
- package/all/bind_map_call/index.js +21 -0
- package/all/btoa/index.d.ts +3 -0
- package/all/btoa/index.js +18 -0
- package/all/btoa/index.test.ts +7 -0
- package/all/btoa_Uint32Array/index.d.ts +8 -0
- package/all/btoa_Uint32Array/index.js +20 -0
- package/all/buffer__base64/index.d.ts +6 -0
- package/all/buffer__base64/index.js +22 -0
- package/all/buffer__hex/index.d.ts +1 -0
- package/all/buffer__hex/index.js +14 -0
- package/all/call/index.d.ts +22 -0
- package/all/call/index.js +23 -0
- package/all/call_assign/index.d.ts +13 -0
- package/all/call_assign/index.js +18 -0
- package/all/call_fn_a/index.d.ts +7 -0
- package/all/call_fn_a/index.js +14 -0
- package/all/call_or_fn/index.d.ts +13 -0
- package/all/call_or_fn/index.js +20 -0
- package/all/case_insensitive_eql/index.d.ts +1 -0
- package/all/case_insensitive_eql/index.js +14 -0
- package/all/chain/index.d.ts +22 -0
- package/all/chain/index.js +48 -0
- package/all/chunk_aa/index.d.ts +35 -0
- package/all/chunk_aa/index.js +20 -0
- package/all/chunk_aa/index.test.ts +11 -0
- package/all/circular_idx/index.d.ts +10 -0
- package/all/circular_idx/index.js +13 -0
- package/all/clear_ctx/index.d.ts +10 -0
- package/all/clear_ctx/index.js +19 -0
- package/all/clone/index.d.ts +6 -0
- package/all/clone/index.js +9 -0
- package/all/clone_assign_fn_key_a/index.d.ts +14 -0
- package/all/clone_assign_fn_key_a/index.js +18 -0
- package/all/color_hex_rgb__comma_delim_str/index.d.ts +11 -0
- package/all/color_hex_rgb__comma_delim_str/index.js +16 -0
- package/all/color_hsv/index.d.ts +18 -0
- package/all/color_hsv/index.js +36 -0
- package/all/color_hsv_phi_rgb_a/index.d.ts +19 -0
- package/all/color_hsv_phi_rgb_a/index.js +32 -0
- package/all/color_invert_rgb_a/index.d.ts +12 -0
- package/all/color_invert_rgb_a/index.js +18 -0
- package/all/color_rgb/index.d.ts +7 -0
- package/all/color_rgb/index.js +22 -0
- package/all/color_rgb/index.test.ts +12 -0
- package/all/columns_nansum_matrix/index.d.ts +4 -0
- package/all/columns_nansum_matrix/index.js +17 -0
- package/all/combinators/index.d.ts +52 -0
- package/all/combinators/index.js +48 -0
- package/all/combinators/index.test.ts +8 -0
- package/all/comma_number_str/index.d.ts +2 -0
- package/all/comma_number_str/index.js +8 -0
- package/all/compact/index.d.ts +15 -0
- package/all/compact/index.js +27 -0
- package/all/compact_a_ctx/index.d.ts +11 -0
- package/all/compact_a_ctx/index.js +21 -0
- package/all/compare/index.d.ts +23 -0
- package/all/compare/index.js +32 -0
- package/all/compose/index.d.ts +9 -0
- package/all/compose/index.js +17 -0
- package/all/concat/index.d.ts +9 -0
- package/all/concat/index.js +17 -0
- package/all/concat_truthy_a/index.d.ts +15 -0
- package/all/concat_truthy_a/index.js +19 -0
- package/all/console__error/index.d.ts +7 -0
- package/all/console__error/index.js +18 -0
- package/all/crypto/index.d.ts +1 -0
- package/all/crypto/index.js +11 -0
- package/all/crypto__sign/index.d.ts +13 -0
- package/all/crypto__sign/index.js +18 -0
- package/all/ctx/index.d.ts +4 -0
- package/all/ctx/index.js +25 -0
- package/all/ctx/index.test.ts +16 -0
- package/all/currencies/index.d.ts +3 -0
- package/all/currencies/index.js +120 -0
- package/all/currency_code/index.d.ts +4 -0
- package/all/currency_code/index.js +1 -0
- package/all/currency_str/index.d.ts +23 -0
- package/all/currency_str/index.js +38 -0
- package/all/currency_symbol/index.d.ts +8 -0
- package/all/currency_symbol/index.js +19 -0
- package/all/curry/index.d.ts +14 -0
- package/all/curry/index.js +32 -0
- package/all/date/index.d.ts +15 -0
- package/all/date/index.js +5 -0
- package/all/date_append_local_tz/index.d.ts +2 -0
- package/all/date_append_local_tz/index.js +9 -0
- package/all/day/index.d.ts +7 -0
- package/all/day/index.js +8 -0
- package/all/day_seconds/index.d.ts +2 -0
- package/all/day_seconds/index.js +2 -0
- package/all/debounce/index.d.ts +22 -0
- package/all/debounce/index.js +44 -0
- package/all/debounce_mapreduce/index.d.ts +6 -0
- package/all/debounce_mapreduce/index.js +18 -0
- package/all/debounce_mapreduce/index.test.ts +26 -0
- package/all/deep_clone/index.d.ts +5 -0
- package/all/deep_clone/index.js +10 -0
- package/all/defaults/index.d.ts +6 -0
- package/all/defaults/index.js +14 -0
- package/all/deg_rad/index.d.ts +5 -0
- package/all/deg_rad/index.js +7 -0
- package/all/diff_date/index.d.ts +1 -0
- package/all/diff_date/index.js +9 -0
- package/all/difference_a/index.d.ts +12 -0
- package/all/difference_a/index.js +15 -0
- package/all/difference_by/index.d.ts +9 -0
- package/all/difference_by/index.js +30 -0
- package/all/difference_set/index.d.ts +13 -0
- package/all/difference_set/index.js +23 -0
- package/all/digest__algorithm/index.d.ts +1 -0
- package/all/digest__algorithm/index.js +1 -0
- package/all/distribution_random_float/index.d.ts +4 -0
- package/all/distribution_random_float/index.js +12 -0
- package/all/distribution_random_int/index.d.ts +4 -0
- package/all/distribution_random_int/index.js +12 -0
- package/all/div/index.d.ts +4 -0
- package/all/div/index.js +10 -0
- package/all/each/index.d.ts +14 -0
- package/all/each/index.js +23 -0
- package/all/ensure/index.d.ts +11 -0
- package/all/ensure/index.js +26 -0
- package/all/ensure__refresh/index.d.ts +20 -0
- package/all/ensure__refresh/index.js +23 -0
- package/all/entries_gen/index.d.ts +5 -0
- package/all/entries_gen/index.js +12 -0
- package/all/entries_gen/index.test.ts +20 -0
- package/all/eq/index.d.ts +21 -0
- package/all/eq/index.js +28 -0
- package/all/eql/index.d.ts +23 -0
- package/all/eql/index.js +37 -0
- package/all/eql_a/index.d.ts +11 -0
- package/all/eql_a/index.js +20 -0
- package/all/eql_fn_a/index.d.ts +16 -0
- package/all/eql_fn_a/index.js +22 -0
- package/all/equidistant_segment_point_a/index.d.ts +14 -0
- package/all/equidistant_segment_point_a/index.js +25 -0
- package/all/error__print/index.d.ts +5 -0
- package/all/error__print/index.js +18 -0
- package/all/error_o/index.d.ts +27 -0
- package/all/error_o/index.js +25 -0
- package/all/every/index.d.ts +33 -0
- package/all/every/index.js +43 -0
- package/all/every_arg/index.d.ts +15 -0
- package/all/every_arg/index.js +15 -0
- package/all/every_arg/index.test.ts +37 -0
- package/all/exclude/index.d.ts +7 -0
- package/all/exclude/index.js +17 -0
- package/all/extract/index.d.ts +14 -0
- package/all/extract/index.js +24 -0
- package/all/extract/index.test.ts +18 -0
- package/all/falsy/index.d.ts +7 -0
- package/all/falsy/index.js +1 -0
- package/all/falsy__none/index.d.ts +9 -0
- package/all/falsy__none/index.js +23 -0
- package/all/falsy__none/index.test.ts +58 -0
- package/all/falsy_async_guard/index.d.ts +7 -0
- package/all/falsy_async_guard/index.js +13 -0
- package/all/falsy_guard/index.d.ts +5 -0
- package/all/falsy_guard/index.js +13 -0
- package/all/fetch/index.d.ts +5 -0
- package/all/fetch/index.js +2 -0
- package/all/fetch__template_pair/index.d.ts +40 -0
- package/all/fetch__template_pair/index.js +20 -0
- package/all/fetch__template_pair/index.test.ts +46 -0
- package/all/fetch_method/index.d.ts +5 -0
- package/all/fetch_method/index.js +8 -0
- package/all/fetch_response__throw/index.d.ts +7 -0
- package/all/fetch_response__throw/index.js +15 -0
- package/all/fetch_response__throw/index.test.ts +19 -0
- package/all/fetch_response_pair/index.d.ts +5 -0
- package/all/fetch_response_pair/index.js +13 -0
- package/all/fibonacci_number/index.d.ts +5 -0
- package/all/fibonacci_number/index.js +11 -0
- package/all/filter/index.d.ts +35 -0
- package/all/filter/index.js +55 -0
- package/all/filter_o/index.d.ts +31 -0
- package/all/filter_o/index.js +39 -0
- package/all/find/index.d.ts +30 -0
- package/all/find/index.js +51 -0
- package/all/first/index.d.ts +17 -0
- package/all/first/index.js +23 -0
- package/all/flatten/index.d.ts +14 -0
- package/all/flatten/index.js +28 -0
- package/all/flip/index.d.ts +5 -0
- package/all/flip/index.js +10 -0
- package/all/float_isNaN/index.d.ts +2 -0
- package/all/float_isNaN/index.js +9 -0
- package/all/fn_mean/index.d.ts +13 -0
- package/all/fn_mean/index.js +21 -0
- package/all/fn_mean/index.test.ts +13 -0
- package/all/fn_pipe/index.d.ts +70 -0
- package/all/fn_pipe/index.js +11 -0
- package/all/fn_pipe/index.test.ts +18 -0
- package/all/fn_sum/index.d.ts +12 -0
- package/all/fn_sum/index.js +17 -0
- package/all/fn_sum/index.test.ts +13 -0
- package/all/format_date_prose/index.d.ts +1 -0
- package/all/format_date_prose/index.js +10 -0
- package/all/format_utc_date_prose/index.d.ts +1 -0
- package/all/format_utc_date_prose/index.js +10 -0
- package/all/globalThis__prop__ensure/index.d.ts +4 -0
- package/all/globalThis__prop__ensure/index.js +10 -0
- package/all/globalThis__prop__ensure/index.test.ts +22 -0
- package/all/gte_0_a/index.d.ts +11 -0
- package/all/gte_0_a/index.js +21 -0
- package/all/hasOwnProperty_pick/index.d.ts +9 -0
- package/all/hasOwnProperty_pick/index.js +17 -0
- package/all/has_key/index.d.ts +15 -0
- package/all/has_key/index.js +38 -0
- package/all/has_multiple/index.d.ts +9 -0
- package/all/has_multiple/index.js +14 -0
- package/all/has_some_key/index.d.ts +5 -0
- package/all/has_some_key/index.js +12 -0
- package/all/head_arg_a/index.d.ts +12 -0
- package/all/head_arg_a/index.js +15 -0
- package/all/headers/index.d.ts +2 -0
- package/all/headers/index.js +10 -0
- package/all/hex__digest/index.d.ts +5 -0
- package/all/hex__digest/index.js +24 -0
- package/all/hex_int/index.d.ts +5 -0
- package/all/hex_int/index.js +7 -0
- package/all/hmac/index.d.ts +6 -0
- package/all/hmac/index.js +32 -0
- package/all/hmac_key/index.d.ts +5 -0
- package/all/hmac_key/index.js +30 -0
- package/all/hostname/index.d.ts +2 -0
- package/all/hostname/index.js +9 -0
- package/all/hour/index.d.ts +7 -0
- package/all/hour/index.js +8 -0
- package/all/hour_seconds/index.d.ts +2 -0
- package/all/hour_seconds/index.js +2 -0
- package/all/http_error/index.d.ts +20 -0
- package/all/http_error/index.js +35 -0
- package/all/idx/index.d.ts +11 -0
- package/all/idx/index.js +17 -0
- package/all/idx_a/index.d.ts +9 -0
- package/all/idx_a/index.js +20 -0
- package/all/idx_a/index.test.ts +9 -0
- package/all/idx_filter/index.d.ts +32 -0
- package/all/idx_filter/index.js +57 -0
- package/all/idx_key_r/index.d.ts +49 -0
- package/all/idx_key_r/index.js +78 -0
- package/all/idx_reject/index.d.ts +30 -0
- package/all/idx_reject/index.js +45 -0
- package/all/idx_sort_a/index.d.ts +23 -0
- package/all/idx_sort_a/index.js +39 -0
- package/all/idx_sort_a__sort_idx_o/index.d.ts +16 -0
- package/all/idx_sort_a__sort_idx_o/index.js +21 -0
- package/all/idx_sort_r_a/index.d.ts +7 -0
- package/all/idx_sort_r_a/index.js +14 -0
- package/all/if_null_set_false/index.d.ts +7 -0
- package/all/if_null_set_false/index.js +14 -0
- package/all/ifelse/index.d.ts +6 -0
- package/all/ifelse/index.js +10 -0
- package/all/iife/index.d.ts +6 -0
- package/all/iife/index.js +9 -0
- package/all/indendation/index.d.ts +9 -0
- package/all/indendation/index.js +23 -0
- package/all/index.d.ts +408 -0
- package/all/index.js +408 -0
- package/all/indexOf/index.d.ts +6 -0
- package/all/indexOf/index.js +9 -0
- package/all/insert/index.d.ts +6 -0
- package/all/insert/index.js +10 -0
- package/all/int_hex/index.d.ts +5 -0
- package/all/int_hex/index.js +7 -0
- package/all/intersection_a/index.d.ts +15 -0
- package/all/intersection_a/index.js +15 -0
- package/all/intersection_by/index.d.ts +10 -0
- package/all/intersection_by/index.js +44 -0
- package/all/intersection_set/index.d.ts +14 -0
- package/all/intersection_set/index.js +25 -0
- package/all/invalid_argument/index.d.ts +30 -0
- package/all/invalid_argument/index.js +43 -0
- package/all/invalid_state/index.d.ts +32 -0
- package/all/invalid_state/index.js +44 -0
- package/all/invert/index.d.ts +4 -0
- package/all/invert/index.js +8 -0
- package/all/invert_idx_a/index.d.ts +12 -0
- package/all/invert_idx_a/index.js +20 -0
- package/all/invert_idx_a/index.test.ts +7 -0
- package/all/isArray/index.d.ts +5 -0
- package/all/isArray/index.js +9 -0
- package/all/isFloat/index.d.ts +1 -0
- package/all/isFloat/index.js +4 -0
- package/all/isFloat_andor/index.d.ts +3 -0
- package/all/isFloat_andor/index.js +9 -0
- package/all/isFloat_or/index.d.ts +1 -0
- package/all/isFloat_or/index.js +5 -0
- package/all/isLowerCase/index.d.ts +1 -0
- package/all/isLowerCase/index.js +7 -0
- package/all/isNumber/index.d.ts +5 -0
- package/all/isNumber/index.js +5 -0
- package/all/isNumber_andor/index.d.ts +3 -0
- package/all/isNumber_andor/index.js +8 -0
- package/all/isNumber_or/index.d.ts +1 -0
- package/all/isNumber_or/index.js +5 -0
- package/all/isObject/index.d.ts +8 -0
- package/all/isObject/index.js +12 -0
- package/all/isPromise/index.d.ts +1 -0
- package/all/isPromise/index.js +7 -0
- package/all/isString/index.d.ts +1 -0
- package/all/isString/index.js +7 -0
- package/all/isUpperCase/index.d.ts +1 -0
- package/all/isUpperCase/index.js +7 -0
- package/all/item_r_idx/index.d.ts +27 -0
- package/all/item_r_idx/index.js +38 -0
- package/all/json/index.d.ts +2 -0
- package/all/json/index.js +1 -0
- package/all/key_compare/index.d.ts +14 -0
- package/all/key_compare/index.js +19 -0
- package/all/key_r/index.d.ts +48 -0
- package/all/key_r/index.js +63 -0
- package/all/key_r_a/index.d.ts +15 -0
- package/all/key_r_a/index.js +26 -0
- package/all/keyof/index.d.ts +1 -0
- package/all/keyof/index.js +1 -0
- package/all/keys/index.d.ts +4 -0
- package/all/keys/index.js +5 -0
- package/all/lPad/index.d.ts +1 -0
- package/all/lPad/index.js +11 -0
- package/all/last/index.d.ts +18 -0
- package/all/last/index.js +22 -0
- package/all/left_and/index.d.ts +12 -0
- package/all/left_and/index.js +14 -0
- package/all/left_or/index.d.ts +11 -0
- package/all/left_or/index.js +14 -0
- package/all/line__parse/index.d.ts +18 -0
- package/all/line__parse/index.js +97 -0
- package/all/line__parse/index.test.ts +96 -0
- package/all/line__transform_stream/index.d.ts +8 -0
- package/all/line__transform_stream/index.js +53 -0
- package/all/line__transform_stream/index.test.ts +47 -0
- package/all/lte_0_a/index.d.ts +11 -0
- package/all/lte_0_a/index.js +20 -0
- package/all/m_m_yyyy/index.d.ts +8 -0
- package/all/m_m_yyyy/index.js +24 -0
- package/all/m_yy/index.d.ts +2 -0
- package/all/m_yy/index.js +9 -0
- package/all/m_yyyy/index.d.ts +2 -0
- package/all/m_yyyy/index.js +10 -0
- package/all/many_andand/index.d.ts +11 -0
- package/all/many_andand/index.js +12 -0
- package/all/many_andand_or/index.d.ts +17 -0
- package/all/many_andand_or/index.js +14 -0
- package/all/map/index.d.ts +42 -0
- package/all/map/index.js +45 -0
- package/all/map_andand/index.d.ts +30 -0
- package/all/map_andand/index.js +34 -0
- package/all/map_andand_or/index.d.ts +13 -0
- package/all/map_andand_or/index.js +13 -0
- package/all/map_andandfn/index.d.ts +28 -0
- package/all/map_andandfn/index.js +29 -0
- package/all/map_apply/index.d.ts +17 -0
- package/all/map_apply/index.js +15 -0
- package/all/map_call/index.d.ts +22 -0
- package/all/map_call/index.js +26 -0
- package/all/map_find/index.d.ts +32 -0
- package/all/map_find/index.js +38 -0
- package/all/map_fn/index.d.ts +4 -0
- package/all/map_fn/index.js +1 -0
- package/all/map_inverse/index.d.ts +5 -0
- package/all/map_inverse/index.js +9 -0
- package/all/map_obj/index.d.ts +30 -0
- package/all/map_obj/index.js +28 -0
- package/all/map_obj_andand/index.d.ts +28 -0
- package/all/map_obj_andand/index.js +28 -0
- package/all/matrix__dot/index.d.ts +6 -0
- package/all/matrix__dot/index.js +22 -0
- package/all/matrix__dot__scalar/index.d.ts +1 -0
- package/all/matrix__dot__scalar/index.js +9 -0
- package/all/matrix__normalize/index.d.ts +4 -0
- package/all/matrix__normalize/index.js +20 -0
- package/all/matrix__validate_length/index.d.ts +1 -0
- package/all/matrix__validate_length/index.js +13 -0
- package/all/maybe/index.d.ts +7 -0
- package/all/maybe/index.js +1 -0
- package/all/mean/index.d.ts +9 -0
- package/all/mean/index.js +17 -0
- package/all/mean/index.test.ts +10 -0
- package/all/median/index.d.ts +4 -0
- package/all/median/index.js +19 -0
- package/all/merge/index.d.ts +7 -0
- package/all/merge/index.js +25 -0
- package/all/minute/index.d.ts +7 -0
- package/all/minute/index.js +7 -0
- package/all/minute_seconds/index.d.ts +2 -0
- package/all/minute_seconds/index.js +2 -0
- package/all/missing_argument/index.d.ts +31 -0
- package/all/missing_argument/index.js +44 -0
- package/all/mixin/index.d.ts +13 -0
- package/all/mixin/index.js +34 -0
- package/all/money_str/index.d.ts +13 -0
- package/all/money_str/index.js +26 -0
- package/all/month_a/index.d.ts +5 -0
- package/all/month_a/index.js +18 -0
- package/all/month_ms/index.d.ts +5 -0
- package/all/month_ms/index.js +6 -0
- package/all/month_seconds/index.d.ts +2 -0
- package/all/month_seconds/index.js +2 -0
- package/all/ms/index.d.ts +5 -0
- package/all/ms/index.js +12 -0
- package/all/mul/index.d.ts +4 -0
- package/all/mul/index.js +12 -0
- package/all/name_sort/index.d.ts +14 -0
- package/all/name_sort/index.js +13 -0
- package/all/negative/index.d.ts +4 -0
- package/all/negative/index.js +8 -0
- package/all/neq/index.d.ts +14 -0
- package/all/neq/index.js +25 -0
- package/all/neql/index.d.ts +15 -0
- package/all/neql/index.js +24 -0
- package/all/next_idx/index.d.ts +8 -0
- package/all/next_idx/index.js +14 -0
- package/all/nf/index.d.ts +1 -0
- package/all/nf/index.js +1 -0
- package/all/no_comma_str/index.d.ts +2 -0
- package/all/no_comma_str/index.js +9 -0
- package/all/noinit/index.d.ts +9 -0
- package/all/noinit/index.js +16 -0
- package/all/noop/index.d.ts +4 -0
- package/all/noop/index.js +6 -0
- package/all/normal_random/index.d.ts +2 -0
- package/all/normal_random/index.js +19 -0
- package/all/normal_random_float/index.d.ts +2 -0
- package/all/normal_random_float/index.js +6 -0
- package/all/normal_random_int/index.d.ts +2 -0
- package/all/normal_random_int/index.js +6 -0
- package/all/not/index.d.ts +17 -0
- package/all/not/index.js +24 -0
- package/all/not_found/index.d.ts +20 -0
- package/all/not_found/index.js +44 -0
- package/all/not_nullish__query_str/index.d.ts +6 -0
- package/all/not_nullish__query_str/index.js +19 -0
- package/all/notnot/index.d.ts +12 -0
- package/all/notnot/index.js +23 -0
- package/all/null/index.d.ts +5 -0
- package/all/null/index.js +10 -0
- package/all/nullish/index.d.ts +2 -0
- package/all/nullish/index.js +1 -0
- package/all/nullish__guard/index.d.ts +10 -0
- package/all/nullish__guard/index.js +16 -0
- package/all/nullish__guard__async/index.d.ts +10 -0
- package/all/nullish__guard__async/index.js +18 -0
- package/all/nullish__none/index.d.ts +12 -0
- package/all/nullish__none/index.js +25 -0
- package/all/nullish__none/index.test.ts +58 -0
- package/all/nullish__not_all/index.d.ts +8 -0
- package/all/nullish__not_all/index.js +16 -0
- package/all/nullish__not_all/index.test.ts +70 -0
- package/all/nullish_or/index.d.ts +5 -0
- package/all/nullish_or/index.js +11 -0
- package/all/number__count/index.d.ts +4 -0
- package/all/number__count/index.js +13 -0
- package/all/number__count/index.test.ts +7 -0
- package/all/number_or_mdash_str/index.d.ts +2 -0
- package/all/number_or_mdash_str/index.js +5 -0
- package/all/numerator_or_0_avg/index.d.ts +5 -0
- package/all/numerator_or_0_avg/index.js +10 -0
- package/all/numerator_or_0_sum/index.d.ts +5 -0
- package/all/numerator_or_0_sum/index.js +10 -0
- package/all/numeric_range/index.d.ts +7 -0
- package/all/numeric_range/index.js +19 -0
- package/all/numeric_range/index.test.ts +9 -0
- package/all/o_a_present/index.d.ts +18 -0
- package/all/o_a_present/index.js +18 -0
- package/all/o_some/index.d.ts +13 -0
- package/all/o_some/index.js +16 -0
- package/all/obj_key_r/index.d.ts +10 -0
- package/all/obj_key_r/index.js +19 -0
- package/all/offset_destructure_aa/index.d.ts +13 -0
- package/all/offset_destructure_aa/index.js +22 -0
- package/all/offset_i/index.d.ts +8 -0
- package/all/offset_i/index.js +13 -0
- package/all/offset_i_slice/index.d.ts +19 -0
- package/all/offset_i_slice/index.js +26 -0
- package/all/omit/index.d.ts +15 -0
- package/all/omit/index.js +26 -0
- package/all/omit/index.test.ts +12 -0
- package/all/one_andand/index.d.ts +13 -0
- package/all/one_andand/index.js +15 -0
- package/all/one_andand_or/index.d.ts +19 -0
- package/all/one_andand_or/index.js +18 -0
- package/all/or/index.d.ts +41 -0
- package/all/or/index.js +47 -0
- package/all/or_in/index.d.ts +9 -0
- package/all/or_in/index.js +14 -0
- package/all/or_null/index.d.ts +11 -0
- package/all/or_null/index.js +10 -0
- package/all/or_property/index.d.ts +9 -0
- package/all/or_property/index.js +15 -0
- package/all/pad2/index.d.ts +1 -0
- package/all/pad2/index.js +7 -0
- package/all/parseFloat_andor/index.d.ts +3 -0
- package/all/parseFloat_andor/index.js +5 -0
- package/all/parseFloat_andor/index.test.ts +11 -0
- package/all/parseFloat_or/index.d.ts +1 -0
- package/all/parseFloat_or/index.js +5 -0
- package/all/parseFloat_or/index.test.ts +9 -0
- package/all/parseInt_andor/index.d.ts +5 -0
- package/all/parseInt_andor/index.js +5 -0
- package/all/parseInt_andor/index.test.ts +11 -0
- package/all/parseInt_or/index.d.ts +1 -0
- package/all/parseInt_or/index.js +5 -0
- package/all/parseInt_or/index.test.ts +10 -0
- package/all/pathname/index.d.ts +2 -0
- package/all/pathname/index.js +8 -0
- package/all/percentage_str/index.d.ts +2 -0
- package/all/percentage_str/index.js +9 -0
- package/all/percentage_str_float/index.d.ts +2 -0
- package/all/percentage_str_float/index.js +4 -0
- package/all/performance__now/index.d.ts +1 -0
- package/all/performance__now/index.js +32 -0
- package/all/pick/index.d.ts +18 -0
- package/all/pick/index.js +35 -0
- package/all/pick_keys/index.d.ts +8 -0
- package/all/pick_keys/index.js +12 -0
- package/all/pick_val_a/index.d.ts +14 -0
- package/all/pick_val_a/index.js +22 -0
- package/all/prev_idx/index.d.ts +8 -0
- package/all/prev_idx/index.js +14 -0
- package/all/promise/index.d.ts +2 -0
- package/all/promise/index.js +1 -0
- package/all/promise_o/index.d.ts +7 -0
- package/all/promise_o/index.js +11 -0
- package/all/promise_timeout/index.d.ts +5 -0
- package/all/promise_timeout/index.js +23 -0
- package/all/prototype_mixin/index.d.ts +8 -0
- package/all/prototype_mixin/index.js +20 -0
- package/all/push/index.d.ts +15 -0
- package/all/push/index.js +17 -0
- package/all/quantile/index.d.ts +5 -0
- package/all/quantile/index.js +16 -0
- package/all/query_str/index.d.ts +27 -0
- package/all/query_str/index.js +46 -0
- package/all/query_str/index.test.ts +43 -0
- package/all/query_str__searchParams/index.d.ts +1 -0
- package/all/query_str__searchParams/index.js +8 -0
- package/all/query_str__searchParams_o/index.d.ts +3 -0
- package/all/query_str__searchParams_o/index.js +11 -0
- package/all/queue/index.d.ts +23 -0
- package/all/queue/index.js +130 -0
- package/all/queue/index.test.ts +207 -0
- package/all/rPad/index.d.ts +1 -0
- package/all/rPad/index.js +11 -0
- package/all/r_val_a/index.d.ts +23 -0
- package/all/r_val_a/index.js +28 -0
- package/all/rad_deg/index.d.ts +5 -0
- package/all/rad_deg/index.js +7 -0
- package/all/random_idx/index.d.ts +8 -0
- package/all/random_idx/index.js +12 -0
- package/all/rank/index.d.ts +10 -0
- package/all/rank/index.js +16 -0
- package/all/rate_limit/index.d.ts +10 -0
- package/all/rate_limit/index.js +49 -0
- package/all/rc_be/index.d.ts +9 -0
- package/all/rc_be/index.js +17 -0
- package/all/rc_be_/index.d.ts +42 -0
- package/all/rc_be_/index.js +62 -0
- package/all/re_/index.d.ts +1 -0
- package/all/re_/index.js +8 -0
- package/all/readable_stream_OR_reader/index.d.ts +7 -0
- package/all/readable_stream_OR_reader/index.js +1 -0
- package/all/reduce/index.d.ts +51 -0
- package/all/reduce/index.js +51 -0
- package/all/regex_indexOf/index.d.ts +10 -0
- package/all/regex_indexOf/index.js +14 -0
- package/all/regex_lastIndexOf/index.d.ts +7 -0
- package/all/regex_lastIndexOf/index.js +25 -0
- package/all/reject/index.d.ts +39 -0
- package/all/reject/index.js +40 -0
- package/all/remove/index.d.ts +16 -0
- package/all/remove/index.js +27 -0
- package/all/remove_idx/index.d.ts +12 -0
- package/all/remove_idx/index.js +14 -0
- package/all/resolver_curry/index.d.ts +6 -0
- package/all/resolver_curry/index.js +1 -0
- package/all/response_o/index.d.ts +10 -0
- package/all/response_o/index.js +17 -0
- package/all/response_pair/index.d.ts +11 -0
- package/all/response_pair/index.js +23 -0
- package/all/response_pair/index.test.ts +30 -0
- package/all/reverse/index.d.ts +16 -0
- package/all/reverse/index.js +16 -0
- package/all/right_and/index.d.ts +14 -0
- package/all/right_and/index.js +15 -0
- package/all/right_or/index.d.ts +14 -0
- package/all/right_or/index.js +16 -0
- package/all/round/index.d.ts +4 -0
- package/all/round/index.js +14 -0
- package/all/run/index.d.ts +8 -0
- package/all/run/index.js +10 -0
- package/all/run_pipe/index.d.ts +61 -0
- package/all/run_pipe/index.js +11 -0
- package/all/run_pipe/index.test.ts +19 -0
- package/all/scalar__matrix__multiply/index.d.ts +7 -0
- package/all/scalar__matrix__multiply/index.js +16 -0
- package/all/searchParams_o/index.d.ts +3 -0
- package/all/searchParams_o/index.js +13 -0
- package/all/seconds/index.d.ts +2 -0
- package/all/seconds/index.js +10 -0
- package/all/segment_point_index/index.d.ts +5 -0
- package/all/segment_point_index/index.js +13 -0
- package/all/selector_splice/index.d.ts +13 -0
- package/all/selector_splice/index.js +17 -0
- package/all/sequence/index.d.ts +2 -0
- package/all/sequence/index.js +8 -0
- package/all/set_member/index.d.ts +6 -0
- package/all/set_member/index.js +1 -0
- package/all/since_time_text/index.d.ts +5 -0
- package/all/since_time_text/index.js +38 -0
- package/all/sleep/index.d.ts +1 -0
- package/all/sleep/index.js +7 -0
- package/all/slice/index.d.ts +38 -0
- package/all/slice/index.js +48 -0
- package/all/slice_arg_a/index.d.ts +28 -0
- package/all/slice_arg_a/index.js +17 -0
- package/all/slice_arg_spread_a/index.d.ts +29 -0
- package/all/slice_arg_spread_a/index.js +15 -0
- package/all/sort/index.d.ts +37 -0
- package/all/sort/index.js +41 -0
- package/all/sort_a/index.d.ts +24 -0
- package/all/sort_a/index.js +28 -0
- package/all/sort_idx_a/index.d.ts +21 -0
- package/all/sort_idx_a/index.js +25 -0
- package/all/sort_idx_o/index.d.ts +29 -0
- package/all/sort_idx_o/index.js +53 -0
- package/all/sort_idx_o/index.test.ts +12 -0
- package/all/sort_val_a/index.d.ts +21 -0
- package/all/sort_val_a/index.js +23 -0
- package/all/sort_val_a__transition_idx_a/index.d.ts +61 -0
- package/all/sort_val_a__transition_idx_a/index.js +108 -0
- package/all/sort_val_a__transition_idx_a/index.test.ts +99 -0
- package/all/sparse_a/index.d.ts +14 -0
- package/all/sparse_a/index.js +19 -0
- package/all/splice/index.d.ts +19 -0
- package/all/splice/index.js +23 -0
- package/all/splice_str/index.d.ts +8 -0
- package/all/splice_str/index.js +20 -0
- package/all/spread/index.d.ts +22 -0
- package/all/spread/index.js +24 -0
- package/all/spread_slice/index.d.ts +10 -0
- package/all/spread_slice/index.js +14 -0
- package/all/stacktrace/index.d.ts +5 -0
- package/all/stacktrace/index.js +42 -0
- package/all/std/index.d.ts +2 -0
- package/all/std/index.js +13 -0
- package/all/sub/index.d.ts +4 -0
- package/all/sub/index.js +10 -0
- package/all/table_txt/index.d.ts +2 -0
- package/all/table_txt/index.js +29 -0
- package/all/table_txt/index.test.ts +17 -0
- package/all/tap/index.d.ts +22 -0
- package/all/tap/index.js +26 -0
- package/all/tf/index.d.ts +2 -0
- package/all/tf/index.js +2 -0
- package/all/throttle/index.d.ts +9 -0
- package/all/throttle/index.js +26 -0
- package/all/tick/index.d.ts +8 -0
- package/all/tick/index.js +23 -0
- package/all/timedout/index.d.ts +2 -0
- package/all/timedout/index.js +9 -0
- package/all/timeout_promise/index.d.ts +10 -0
- package/all/timeout_promise/index.js +12 -0
- package/all/times/index.d.ts +8 -0
- package/all/times/index.js +13 -0
- package/all/timestamp_ms/index.d.ts +6 -0
- package/all/timestamp_ms/index.js +8 -0
- package/all/title_case_/index.d.ts +7 -0
- package/all/title_case_/index.js +24 -0
- package/all/toLocalDateString/index.d.ts +1 -0
- package/all/toLocalDateString/index.js +7 -0
- package/all/toString/index.d.ts +5 -0
- package/all/toString/index.js +5 -0
- package/all/tup/index.d.ts +13 -0
- package/all/tup/index.js +14 -0
- package/all/tuple__o/index.d.ts +7 -0
- package/all/tuple__o/index.js +1 -0
- package/all/tuple__union/index.d.ts +1 -0
- package/all/tuple__union/index.js +1 -0
- package/all/tuple_a_o/index.d.ts +10 -0
- package/all/tuple_a_o/index.js +1 -0
- package/all/unauthorized/index.d.ts +20 -0
- package/all/unauthorized/index.js +43 -0
- package/all/unformat_currency_str/index.d.ts +10 -0
- package/all/unformat_currency_str/index.js +27 -0
- package/all/uniform_random/index.d.ts +2 -0
- package/all/uniform_random/index.js +4 -0
- package/all/uniform_random_float/index.d.ts +2 -0
- package/all/uniform_random_float/index.js +6 -0
- package/all/uniform_random_int/index.d.ts +2 -0
- package/all/uniform_random_int/index.js +6 -0
- package/all/union_a/index.d.ts +14 -0
- package/all/union_a/index.js +18 -0
- package/all/union_by/index.d.ts +11 -0
- package/all/union_by/index.js +28 -0
- package/all/union_set/index.d.ts +14 -0
- package/all/union_set/index.js +18 -0
- package/all/unit_matrix/index.d.ts +1 -0
- package/all/unit_matrix/index.js +11 -0
- package/all/unpick/index.d.ts +11 -0
- package/all/unpick/index.js +28 -0
- package/all/unpick_keys/index.d.ts +8 -0
- package/all/unpick_keys/index.js +12 -0
- package/all/url__join/index.d.ts +5 -0
- package/all/url__join/index.js +24 -0
- package/all/url_basename/index.d.ts +2 -0
- package/all/url_basename/index.js +10 -0
- package/all/url_segment/index.d.ts +2 -0
- package/all/url_segment/index.js +1 -0
- package/all/urn_url/index.d.ts +11 -0
- package/all/urn_url/index.js +15 -0
- package/all/utc_MM_yyyy/index.d.ts +8 -0
- package/all/utc_MM_yyyy/index.js +24 -0
- package/all/utc_M_yyyy/index.d.ts +6 -0
- package/all/utc_M_yyyy/index.js +13 -0
- package/all/utc_m_yy/index.d.ts +5 -0
- package/all/utc_m_yy/index.js +12 -0
- package/all/utc_yyyymmdd/index.d.ts +5 -0
- package/all/utc_yyyymmdd/index.js +13 -0
- package/all/utc_yyyymmddhhmmss/index.d.ts +5 -0
- package/all/utc_yyyymmddhhmmss/index.js +18 -0
- package/all/uuid/index.d.ts +5 -0
- package/all/uuid/index.js +19 -0
- package/all/val/index.d.ts +4 -0
- package/all/val/index.js +8 -0
- package/all/value_key_aa/index.d.ts +10 -0
- package/all/value_key_aa/index.js +20 -0
- package/all/value_key_zip_r/index.d.ts +13 -0
- package/all/value_key_zip_r/index.js +20 -0
- package/all/value_r/index.d.ts +29 -0
- package/all/value_r/index.js +37 -0
- package/all/valueof/index.d.ts +1 -0
- package/all/valueof/index.js +1 -0
- package/all/values/index.d.ts +5 -0
- package/all/values/index.js +5 -0
- package/all/waitfor/index.d.ts +5 -0
- package/all/waitfor/index.js +16 -0
- package/all/waitfor_fibonacci_backoff/index.d.ts +8 -0
- package/all/waitfor_fibonacci_backoff/index.js +27 -0
- package/all/waitfor_val/index.d.ts +6 -0
- package/all/waitfor_val/index.js +20 -0
- package/all/weak_r/index.d.ts +28 -0
- package/all/weak_r/index.js +87 -0
- package/all/week/index.d.ts +1 -0
- package/all/week/index.js +2 -0
- package/all/wrap_a/index.d.ts +32 -0
- package/all/wrap_a/index.js +19 -0
- package/all/wrap_a_item/index.d.ts +5 -0
- package/all/wrap_a_item/index.js +1 -0
- package/all/wrap_aa/index.d.ts +23 -0
- package/all/wrap_aa/index.js +14 -0
- package/all/wrap_aa_item/index.d.ts +5 -0
- package/all/wrap_aa_item/index.js +1 -0
- package/all/wrap_concat/index.d.ts +11 -0
- package/all/wrap_concat/index.js +13 -0
- package/all/year_ms/index.d.ts +5 -0
- package/all/year_ms/index.js +6 -0
- package/all/year_seconds/index.d.ts +2 -0
- package/all/year_seconds/index.js +2 -0
- package/all/yyyymmdd/index.d.ts +2 -0
- package/all/yyyymmdd/index.js +10 -0
- package/all/yyyymmddhhmmss/index.d.ts +2 -0
- package/all/yyyymmddhhmmss/index.js +11 -0
- package/all/zip/index.d.ts +11 -0
- package/all/zip/index.js +17 -0
- package/all/zip__tuple_a/index.d.ts +13 -0
- package/all/zip__tuple_a/index.js +1 -0
- package/all/zip_o/index.d.ts +15 -0
- package/all/zip_o/index.js +22 -0
- package/all/zip_with/index.d.ts +43 -0
- package/all/zip_with/index.js +56 -0
- package/index.js +2 -0
- package/package.json +6 -1
- package/tsconfig.json +11 -0
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Returns a Hash with a key for each item in `value_a` & value set to the return of `value_`.
|
|
3
|
+
*/
|
|
4
|
+
export declare function value_r_<
|
|
5
|
+
Out extends unknown = unknown
|
|
6
|
+
>(
|
|
7
|
+
in_key_a:readonly string[]|undefined,
|
|
8
|
+
value_:(key:string, i:number)=>Out
|
|
9
|
+
):Record<string, Out>
|
|
10
|
+
export {
|
|
11
|
+
value_r_ as value_h_,
|
|
12
|
+
value_r_ as value_hash_fn,
|
|
13
|
+
value_r_ as _value_hash,
|
|
14
|
+
value_r_ as _hash__value,
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* Returns a Function that returns from [_value_hash](#_value_hash).
|
|
18
|
+
*/
|
|
19
|
+
export declare function value_r_2<
|
|
20
|
+
Out extends unknown = unknown
|
|
21
|
+
>(
|
|
22
|
+
value_:(key:string, idx:number)=>Out
|
|
23
|
+
):(value_a:readonly string[])=>Record<string, Out>
|
|
24
|
+
export {
|
|
25
|
+
value_r_2 as value_h_2,
|
|
26
|
+
value_r_2 as value_hash_fn2,
|
|
27
|
+
value_r_2 as _value_hash_fn,
|
|
28
|
+
value_r_2 as _fn__hash__value,
|
|
29
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Returns a Hash with a key for each item in `value_a` & value set to the return of `value_`.
|
|
3
|
+
* @param {string[]|undefined}in_key_a
|
|
4
|
+
* @param {(key:string, i:number)=>unknown}value_
|
|
5
|
+
* @returns {Record<string, unknown>}
|
|
6
|
+
*/
|
|
7
|
+
export function value_r_(in_key_a, value_) {
|
|
8
|
+
const value_r = {}
|
|
9
|
+
if (in_key_a) {
|
|
10
|
+
const key_a = in_key_a
|
|
11
|
+
for (let i = 0; i < key_a.length; i++) {
|
|
12
|
+
const key = key_a[i]
|
|
13
|
+
value_r[key] = value_(key, i)
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
return value_r
|
|
17
|
+
}
|
|
18
|
+
export {
|
|
19
|
+
value_r_ as value_h_,
|
|
20
|
+
value_r_ as value_hash_fn,
|
|
21
|
+
value_r_ as _value_hash,
|
|
22
|
+
value_r_ as _hash__value,
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Returns a Function that returns from [_value_hash](#_value_hash).
|
|
26
|
+
* @param value_{(key:string, idx:number)=>unknown}
|
|
27
|
+
* @returns {(value_a:string[])=>Record<string, unknown>}
|
|
28
|
+
*/
|
|
29
|
+
export function value_r_2(value_) {
|
|
30
|
+
return value_a=>value_r_(value_a, value_)
|
|
31
|
+
}
|
|
32
|
+
export {
|
|
33
|
+
value_r_2 as value_h_2,
|
|
34
|
+
value_r_2 as value_hash_fn2,
|
|
35
|
+
value_r_2 as _value_hash_fn,
|
|
36
|
+
value_r_2 as _fn__hash__value,
|
|
37
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare type valueof<T> = T[keyof T]
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { promise_timeout } from '../promise_timeout/index.js'
|
|
2
|
+
import { sleep } from '../sleep/index.js'
|
|
3
|
+
/**
|
|
4
|
+
* @param {()=>Promise<boolean>}fn
|
|
5
|
+
* @param {unknown}timeout
|
|
6
|
+
* @param {unknown}[period]
|
|
7
|
+
* @returns {Promise<void>}
|
|
8
|
+
*/
|
|
9
|
+
export async function waitfor(fn, timeout, period = 0) {
|
|
10
|
+
await promise_timeout(async ()=>{
|
|
11
|
+
for (; ;) {
|
|
12
|
+
if (await fn()) return
|
|
13
|
+
await sleep(period)
|
|
14
|
+
}
|
|
15
|
+
}, timeout)
|
|
16
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { fibonacci_number_ } from '../fibonacci_number/index.js'
|
|
2
|
+
import { sleep } from '../sleep/index.js'
|
|
3
|
+
/**
|
|
4
|
+
* @param {()=>Promise<Response>}fn
|
|
5
|
+
* @param {number}[delay]
|
|
6
|
+
* @returns {Promise<Response>}
|
|
7
|
+
*/
|
|
8
|
+
export async function waitfor_fibonacci_backoff(fn, delay = 500) {
|
|
9
|
+
let response
|
|
10
|
+
let delay_n = 1
|
|
11
|
+
while (true) {
|
|
12
|
+
response = await fn()
|
|
13
|
+
if (response.status === 429) {
|
|
14
|
+
const fibonacci_number = fibonacci_number_(delay_n)
|
|
15
|
+
const _delay = fibonacci_number * 500
|
|
16
|
+
delay = delay + _delay
|
|
17
|
+
await sleep(delay)
|
|
18
|
+
delay_n++
|
|
19
|
+
continue
|
|
20
|
+
}
|
|
21
|
+
return response
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
export {
|
|
25
|
+
waitfor_fibonacci_backoff as waitfor__backoff__fibonacci,
|
|
26
|
+
waitfor_fibonacci_backoff as _waitfor__ratelimit__backoff__fibonacci,
|
|
27
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { promise_timeout } from '../promise_timeout/index.js'
|
|
2
|
+
import { sleep } from '../sleep/index.js'
|
|
3
|
+
/**
|
|
4
|
+
* @param {()=>Promise<unknown>}fn
|
|
5
|
+
* @param {(val:unknown)=>unknown}condition_fn
|
|
6
|
+
* @param {number}timeout
|
|
7
|
+
* @param {number}[period]
|
|
8
|
+
* @returns {Promise<unknown>}
|
|
9
|
+
*/
|
|
10
|
+
export async function waitfor_val(
|
|
11
|
+
fn, condition_fn, timeout, period = 0
|
|
12
|
+
) {
|
|
13
|
+
return await promise_timeout(async ()=>{
|
|
14
|
+
for (; ;) {
|
|
15
|
+
const val = await fn()
|
|
16
|
+
if (condition_fn(val)) return val
|
|
17
|
+
await sleep(period)
|
|
18
|
+
}
|
|
19
|
+
}, timeout)
|
|
20
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import type { keyof_T } from '../keyof/index.js'
|
|
2
|
+
declare const add_strong_sym:unique symbol
|
|
3
|
+
declare const delete_strong_sym:unique symbol
|
|
4
|
+
export declare function weak_r_<
|
|
5
|
+
Obj extends object = object
|
|
6
|
+
>(back_o?:{}):Obj
|
|
7
|
+
export { weak_r_ as weak_ctx_, }
|
|
8
|
+
export declare function strong__call<
|
|
9
|
+
Obj extends weak_r_T
|
|
10
|
+
>(obj:Obj, prop:keyof_T):void
|
|
11
|
+
export { strong__call as ref_strong }
|
|
12
|
+
export declare function strong__assign<
|
|
13
|
+
Obj extends weak_r_T,
|
|
14
|
+
Val extends unknown = unknown
|
|
15
|
+
>(obj:Obj, prop:keyof_T, val:Val):void
|
|
16
|
+
export { strong__assign as set_strong }
|
|
17
|
+
export declare function weak__call<
|
|
18
|
+
Obj extends weak_r_T
|
|
19
|
+
>(obj:Obj, prop:keyof_T):void
|
|
20
|
+
export { weak__call as ref_weak }
|
|
21
|
+
export declare function weak__unset<
|
|
22
|
+
Obj extends weak_r_T
|
|
23
|
+
>(obj:Obj, prop:keyof_T):void
|
|
24
|
+
export { weak__unset as unset_weak }
|
|
25
|
+
export interface weak_r_T {
|
|
26
|
+
[add_strong_sym](prop:keyof_T, key?:any):void
|
|
27
|
+
[delete_strong_sym](prop:keyof_T):void
|
|
28
|
+
}
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
import { assign } from '../assign/index.js'
|
|
2
|
+
/** @typedef {import('../weak_r/index.d.ts').weak_r_T}weak_r_T */
|
|
3
|
+
const { get } = Reflect
|
|
4
|
+
const add_strong_sym = Symbol('add_strong')
|
|
5
|
+
const delete_strong_sym = Symbol('delete_strong')
|
|
6
|
+
/**
|
|
7
|
+
* @param {object}[back_o]
|
|
8
|
+
* @returns {object}
|
|
9
|
+
* @private
|
|
10
|
+
*/
|
|
11
|
+
export function weak_r_(back_o = {}) {
|
|
12
|
+
const strong_set = new Set()
|
|
13
|
+
assign(back_o, {
|
|
14
|
+
[add_strong_sym](key) {
|
|
15
|
+
strong_set.add(key)
|
|
16
|
+
},
|
|
17
|
+
[delete_strong_sym](key) {
|
|
18
|
+
strong_set.delete(key)
|
|
19
|
+
}
|
|
20
|
+
})
|
|
21
|
+
const proxy_o = new Proxy(back_o, {
|
|
22
|
+
getOwnPropertyDescriptor(back_ctx, prop) {
|
|
23
|
+
let value = get(back_ctx, prop)
|
|
24
|
+
if ((value === null || value === void 0 ? void 0 : value.deref) && !strong_set.has(prop)) {
|
|
25
|
+
value = value.deref()
|
|
26
|
+
}
|
|
27
|
+
return value === undefined ? undefined : {
|
|
28
|
+
configurable: true,
|
|
29
|
+
enumerable: true,
|
|
30
|
+
value,
|
|
31
|
+
writable: true
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
get(back_ctx, prop) {
|
|
35
|
+
const uw_val = get(back_ctx, prop)
|
|
36
|
+
return (uw_val === null || uw_val === void 0 ? void 0 : uw_val.deref) && !strong_set.has(prop) ? uw_val.deref() : uw_val
|
|
37
|
+
},
|
|
38
|
+
set(back_ctx, prop, val) {
|
|
39
|
+
const t = typeof val
|
|
40
|
+
assign(back_ctx, {
|
|
41
|
+
[prop]: (t === 'object' || t === 'function') && !strong_set.has(prop) ? new WeakRef(val) : val
|
|
42
|
+
})
|
|
43
|
+
return true
|
|
44
|
+
}
|
|
45
|
+
})
|
|
46
|
+
return proxy_o
|
|
47
|
+
}
|
|
48
|
+
export { weak_r_ as weak_ctx_, }
|
|
49
|
+
/**
|
|
50
|
+
* @param {weak_r_T}obj
|
|
51
|
+
* @param {string}prop
|
|
52
|
+
*/
|
|
53
|
+
export function strong__call(obj, prop) {
|
|
54
|
+
obj[add_strong_sym](prop)
|
|
55
|
+
}
|
|
56
|
+
export { strong__call as ref_strong }
|
|
57
|
+
/**
|
|
58
|
+
* @param {weak_r_T}obj
|
|
59
|
+
* @param {string}prop
|
|
60
|
+
* @param {unknown}val
|
|
61
|
+
*/
|
|
62
|
+
export function strong__assign(obj, prop, val) {
|
|
63
|
+
strong__call(obj, prop)
|
|
64
|
+
if (val !== undefined) {
|
|
65
|
+
assign(obj, {
|
|
66
|
+
[prop]: val
|
|
67
|
+
})
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
export { strong__assign as set_strong }
|
|
71
|
+
/**
|
|
72
|
+
* @param {weak_r_T}obj
|
|
73
|
+
* @param {string}prop
|
|
74
|
+
*/
|
|
75
|
+
export function weak__call(obj, prop) {
|
|
76
|
+
obj[delete_strong_sym](prop)
|
|
77
|
+
}
|
|
78
|
+
export { weak__call as ref_weak }
|
|
79
|
+
/**
|
|
80
|
+
* @param {weak_r_T}obj
|
|
81
|
+
* @param {string}prop
|
|
82
|
+
*/
|
|
83
|
+
export function weak__unset(obj, prop) {
|
|
84
|
+
weak__call(obj, prop)
|
|
85
|
+
delete obj[prop]
|
|
86
|
+
}
|
|
87
|
+
export { weak__unset as unset_weak }
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const week:number
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import type { a_nowrap_T } from '../a_nowrap/index.js'
|
|
2
|
+
import type { wrap_aa_T } from '../wrap_aa/index.js'
|
|
3
|
+
/**
|
|
4
|
+
* Returns `value` if array & `[value]` otherwise
|
|
5
|
+
*/
|
|
6
|
+
export declare function wrap_a_<
|
|
7
|
+
I extends unknown = unknown
|
|
8
|
+
>(
|
|
9
|
+
value:a_nowrap_T<I>
|
|
10
|
+
):wrap_a_T<I>
|
|
11
|
+
export {
|
|
12
|
+
wrap_a_ as wrap_a1_,
|
|
13
|
+
wrap_a_ as wrap_a_fn,
|
|
14
|
+
wrap_a_ as wrap_a1_fn,
|
|
15
|
+
wrap_a_ as _wrap_a1,
|
|
16
|
+
wrap_a_ as _a1__wrap,
|
|
17
|
+
}
|
|
18
|
+
export declare type wrap_a_T<
|
|
19
|
+
I extends unknown = unknown
|
|
20
|
+
> =
|
|
21
|
+
I extends readonly unknown[]
|
|
22
|
+
? I
|
|
23
|
+
: readonly I[]
|
|
24
|
+
export declare type wrap_a1_T = wrap_a_T
|
|
25
|
+
export declare type wrap_a1_type = wrap_a_T
|
|
26
|
+
export declare type wrap_a_T2<
|
|
27
|
+
I extends unknown = unknown
|
|
28
|
+
> =
|
|
29
|
+
readonly I[]
|
|
30
|
+
|readonly I[][]
|
|
31
|
+
|wrap_a_T<I>
|
|
32
|
+
|wrap_aa_T<I>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
const { isArray } = Array
|
|
2
|
+
/**
|
|
3
|
+
* Returns `value` if array & `[value]` otherwise
|
|
4
|
+
* @param {import('../a_nowrap/index.js').a_nowrap_T}value
|
|
5
|
+
* @returns {import('../_function_types/index.js').wrap_a_T}
|
|
6
|
+
* @private
|
|
7
|
+
*/
|
|
8
|
+
export function wrap_a_(value) {
|
|
9
|
+
return isArray(value) ? value : [
|
|
10
|
+
value
|
|
11
|
+
]
|
|
12
|
+
}
|
|
13
|
+
export {
|
|
14
|
+
wrap_a_ as wrap_a1_,
|
|
15
|
+
wrap_a_ as wrap_a_fn,
|
|
16
|
+
wrap_a_ as wrap_a1_fn,
|
|
17
|
+
wrap_a_ as _wrap_a1,
|
|
18
|
+
wrap_a_ as _a1__wrap,
|
|
19
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import type { a_nowrap_T } from '../a_nowrap/index.js'
|
|
2
|
+
/**
|
|
3
|
+
* Returns `wrap_aa_T` wrapped as a 2-dimensional array
|
|
4
|
+
*/
|
|
5
|
+
export declare function wrap_aa_<
|
|
6
|
+
I extends unknown = unknown
|
|
7
|
+
>(
|
|
8
|
+
a_nowrap:a_nowrap_T<I>
|
|
9
|
+
):wrap_aa_T<I>
|
|
10
|
+
export {
|
|
11
|
+
wrap_aa_ as wrap_a2_,
|
|
12
|
+
wrap_aa_ as _wrap_a2,
|
|
13
|
+
wrap_aa_ as _a2__wrap,
|
|
14
|
+
}
|
|
15
|
+
export declare type wrap_aa_T<
|
|
16
|
+
I extends unknown = unknown
|
|
17
|
+
> = (
|
|
18
|
+
I extends readonly unknown[][]
|
|
19
|
+
? I
|
|
20
|
+
: I extends readonly unknown[]
|
|
21
|
+
? readonly I[]
|
|
22
|
+
: readonly I[][])
|
|
23
|
+
export declare type wrap_aa_type = wrap_aa_T
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { wrap_a_ } from '../wrap_a/index.js'
|
|
2
|
+
/**
|
|
3
|
+
* Returns `wrap_aa_T` wrapped as a 2-dimensional array
|
|
4
|
+
* @param {import('../a_nowrap/index.js').a_nowrap_T}a_nowrap
|
|
5
|
+
* @returns {import('../_function_types/index.js').wrap_aa_T}
|
|
6
|
+
*/
|
|
7
|
+
export function wrap_aa_(a_nowrap) {
|
|
8
|
+
return wrap_a_(a_nowrap).map(a_nowrap=>wrap_a_(a_nowrap))
|
|
9
|
+
}
|
|
10
|
+
export {
|
|
11
|
+
wrap_aa_ as wrap_a2_,
|
|
12
|
+
wrap_aa_ as _wrap_a2,
|
|
13
|
+
wrap_aa_ as _a2__wrap,
|
|
14
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { a_nowrap_T } from '../a_nowrap/index.js'
|
|
2
|
+
import type { wrap_a_T, wrap_a_T2 } from '../wrap_a/index.js'
|
|
3
|
+
/**
|
|
4
|
+
* [wrap](#wrap) `a_unwrap` & [concat](#concat) `rest_a`
|
|
5
|
+
*/
|
|
6
|
+
export declare function wrap_concat<
|
|
7
|
+
I extends unknown = unknown
|
|
8
|
+
>(
|
|
9
|
+
a_unwrap:a_nowrap_T<I>, ...rest_a:wrap_a_T2<I>
|
|
10
|
+
):wrap_a_T<I>
|
|
11
|
+
export { wrap_concat as concat__wrap }
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { concat } from '../concat/index.js'
|
|
2
|
+
import { wrap_a_ } from '../wrap_a/index.js'
|
|
3
|
+
import { wrap_aa_ } from '../wrap_aa/index.js'
|
|
4
|
+
/**
|
|
5
|
+
* [wrap](#wrap) `a_unwrap` & [concat](#concat) `rest_a`
|
|
6
|
+
* @param {import('../a_nowrap/index.js').a_nowrap_T}a_unwrap
|
|
7
|
+
* @param {import('../wrap_a/index.js').wrap_a_T2}rest_a
|
|
8
|
+
* @returns {import('../wrap_a/index.js').wrap_a_T}
|
|
9
|
+
*/
|
|
10
|
+
export function wrap_concat(a_unwrap, ...rest_a) {
|
|
11
|
+
return concat(wrap_a_(a_unwrap), ...wrap_aa_(rest_a))
|
|
12
|
+
}
|
|
13
|
+
export { wrap_concat as concat__wrap }
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { pad2 } from '../pad2/index.js'
|
|
2
|
+
/**
|
|
3
|
+
* @param {Date}[date]
|
|
4
|
+
* @returns {string}
|
|
5
|
+
*/
|
|
6
|
+
export function yyyymmdd_(date) {
|
|
7
|
+
date = date || new Date()
|
|
8
|
+
return date.getFullYear() + pad2(date.getMonth() + 1) + pad2(date.getDate())
|
|
9
|
+
}
|
|
10
|
+
export { yyyymmdd_ as _yyyymmdd, }
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { pad2 } from '../pad2/index.js'
|
|
2
|
+
import { yyyymmdd_ } from '../yyyymmdd/index.js'
|
|
3
|
+
/**
|
|
4
|
+
* @param {Date}[date]
|
|
5
|
+
* @returns {string}
|
|
6
|
+
*/
|
|
7
|
+
export function yyyymmddhhmmss_(date) {
|
|
8
|
+
date = date || new Date()
|
|
9
|
+
return yyyymmdd_(date) + pad2(date.getHours()) + pad2(date.getMinutes()) + pad2(date.getSeconds())
|
|
10
|
+
}
|
|
11
|
+
export { yyyymmddhhmmss_ as _yyyymmddhhmmss, }
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Returns 2d Array of each item being the index value for each Array in `...a2`.
|
|
3
|
+
*/
|
|
4
|
+
export declare function zip<
|
|
5
|
+
I extends readonly unknown[][] = readonly unknown[][],
|
|
6
|
+
O extends readonly unknown[][] = readonly I[number][number][][]
|
|
7
|
+
>(a2:I):O
|
|
8
|
+
export declare function maybe_zip<
|
|
9
|
+
I extends unknown[][] = unknown[][],
|
|
10
|
+
O extends unknown[][] = I[number][number][][]
|
|
11
|
+
>(a2:I|undefined):O|undefined
|
package/all/zip/index.js
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { zip_with } from '../zip_with/index.js'
|
|
2
|
+
/**
|
|
3
|
+
* Returns 2d Array of each item being the index value for each Array in `...a2`.
|
|
4
|
+
* @param {unknown[][]}a2
|
|
5
|
+
* @returns {unknown[][]}
|
|
6
|
+
*/
|
|
7
|
+
export function zip(a2) {
|
|
8
|
+
return zip_with(a2)
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* @param {unknown[][]|undefined}a2
|
|
12
|
+
* @returns {unknown[][]|undefined}
|
|
13
|
+
*/
|
|
14
|
+
export function maybe_zip(a2) {
|
|
15
|
+
if (!a2) return
|
|
16
|
+
return zip(a2)
|
|
17
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Returns obj with zipped val_o
|
|
3
|
+
*/
|
|
4
|
+
export declare function zip_o_<
|
|
5
|
+
Obj extends object = object
|
|
6
|
+
>(
|
|
7
|
+
key_a:(keyof Obj)[],
|
|
8
|
+
val_a:Obj[keyof Obj][]
|
|
9
|
+
):Obj
|
|
10
|
+
export {
|
|
11
|
+
zip_o_ as zip_h_,
|
|
12
|
+
zip_o_ as zip_ctx_,
|
|
13
|
+
zip_o_ as _zip_ctx,
|
|
14
|
+
zip_o_ as _ctx__zip,
|
|
15
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Returns obj with zipped val_o
|
|
3
|
+
* @param {string[]}key_a
|
|
4
|
+
* @param {unknown[]}val_a
|
|
5
|
+
* @returns {object}
|
|
6
|
+
* @private
|
|
7
|
+
*/
|
|
8
|
+
export function zip_o_(key_a, val_a) {
|
|
9
|
+
const zip_o = {}
|
|
10
|
+
if (key_a) {
|
|
11
|
+
for (let i = 0; i < key_a.length; i++) {
|
|
12
|
+
zip_o[key_a[i]] = val_a[i]
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
return zip_o
|
|
16
|
+
}
|
|
17
|
+
export {
|
|
18
|
+
zip_o_ as zip_h_,
|
|
19
|
+
zip_o_ as zip_ctx_,
|
|
20
|
+
zip_o_ as _zip_ctx,
|
|
21
|
+
zip_o_ as _ctx__zip,
|
|
22
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Returns 2d Array where each item being the return value of `fn` given the index value for each Array in `wrap_aa_T`.
|
|
3
|
+
*/
|
|
4
|
+
export declare function zip_with<
|
|
5
|
+
I extends readonly unknown[][] = readonly unknown[][],
|
|
6
|
+
O extends readonly unknown[][] = readonly I[number][number][][]
|
|
7
|
+
>(
|
|
8
|
+
aa:I,
|
|
9
|
+
fn?:zip_with_fn_T<I[number], O[number]>
|
|
10
|
+
):O
|
|
11
|
+
export declare function maybe_zip_with<
|
|
12
|
+
I extends readonly unknown[][] = readonly unknown[][],
|
|
13
|
+
O extends readonly unknown[][] = readonly I[number][number][][],
|
|
14
|
+
Or = unknown
|
|
15
|
+
>(
|
|
16
|
+
a2:I,
|
|
17
|
+
fn?:zip_with_fn_T<I[number], O[number]>,
|
|
18
|
+
or?:Or
|
|
19
|
+
):O|Or
|
|
20
|
+
export declare function default_zip_with_2<
|
|
21
|
+
I extends readonly unknown[] = readonly unknown[],
|
|
22
|
+
O extends unknown[] = I[number][]
|
|
23
|
+
>():zip_with_fn_T<I, O>
|
|
24
|
+
export declare type zip_with_fn_T<
|
|
25
|
+
I extends readonly unknown[] = readonly unknown[],
|
|
26
|
+
O extends readonly unknown[] = readonly I[number][]
|
|
27
|
+
> = (a:I, i:number)=>O
|
|
28
|
+
export {
|
|
29
|
+
zip_with as zipWith,
|
|
30
|
+
maybe_zip_with as maybe_zipWith,
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Returns a function that returns [zipWith](#zipWith) with `fn` argument.
|
|
34
|
+
*/
|
|
35
|
+
export declare function zip_with_<
|
|
36
|
+
I extends readonly unknown[][] = readonly unknown[][],
|
|
37
|
+
O extends readonly unknown[][] = readonly I[number][number][][]
|
|
38
|
+
>(fn:zip_with_fn_T<I[number], O[number]>):(...a2:I)=>O|undefined
|
|
39
|
+
export {
|
|
40
|
+
zip_with_ as _zip_with,
|
|
41
|
+
zip_with_ as _zipWith,
|
|
42
|
+
zip_with_ as _fn__zipWith,
|
|
43
|
+
}
|