ctx-core 2.0.0 → 2.1.0
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/LICENSE +201 -0
- package/README.md +2 -0
- package/array/index.d.ts +85 -0
- package/array/index.js +85 -0
- package/atob/index.d.ts +2 -0
- package/atob/index.js +2 -0
- package/base16/index.d.ts +1 -0
- package/base16/index.js +1 -0
- package/btoa/index.d.ts +2 -0
- package/btoa/index.js +2 -0
- package/buffer/index.d.ts +2 -0
- package/buffer/index.js +2 -0
- package/chain/index.d.ts +1 -0
- package/chain/index.js +1 -0
- package/class/index.d.ts +1 -0
- package/class/index.js +1 -0
- package/color/index.d.ts +5 -0
- package/color/index.js +5 -0
- package/combinators/index.d.ts +1 -0
- package/combinators/index.js +1 -0
- package/crypto/index.d.ts +7 -0
- package/crypto/index.js +7 -0
- package/currency/index.d.ts +6 -0
- package/currency/index.js +6 -0
- package/data/index.d.ts +2 -0
- package/data/index.js +2 -0
- package/date/index.d.ts +26 -0
- package/date/index.js +26 -0
- package/debounce/index.d.ts +1 -0
- package/debounce/index.js +1 -0
- package/error/index.d.ts +12 -0
- package/error/index.js +12 -0
- package/fetch/index.d.ts +11 -0
- package/fetch/index.js +11 -0
- package/fibonacci/index.d.ts +1 -0
- package/fibonacci/index.js +1 -0
- package/function/index.d.ts +98 -0
- package/function/index.js +98 -0
- package/functional/index.d.ts +3 -0
- package/functional/index.js +3 -0
- package/index.d.ts +1 -0
- package/math/index.d.ts +19 -0
- package/math/index.js +19 -0
- package/matrix/index.d.ts +7 -0
- package/matrix/index.js +7 -0
- package/number/index.d.ts +24 -0
- package/number/index.js +24 -0
- package/object/index.d.ts +51 -0
- package/object/index.js +50 -0
- package/package.json +122 -19
- package/queue/index.d.ts +3 -0
- package/queue/index.js +3 -0
- package/random/index.d.ts +8 -0
- package/random/index.js +8 -0
- package/regex/index.d.ts +3 -0
- package/regex/index.js +3 -0
- package/set/index.d.ts +4 -0
- package/set/index.js +4 -0
- package/sleep/index.d.ts +1 -0
- package/sleep/index.js +1 -0
- package/string/index.d.ts +14 -0
- package/string/index.js +14 -0
- package/time/index.d.ts +13 -0
- package/time/index.js +13 -0
- package/types/index.d.ts +4 -0
- package/types/index.js +1 -0
- package/uri/index.d.ts +12 -0
- package/uri/index.js +12 -0
- package/uuid/index.d.ts +1 -0
- package/uuid/index.js +1 -0
- package/Readme.md +0 -116
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
export * from '../all/LessThan/index.js'
|
|
2
|
+
export * from '../all/NumericRange/index.js'
|
|
3
|
+
export * from '../all/a/index.js'
|
|
4
|
+
export * from '../all/a_item/index.js'
|
|
5
|
+
export * from '../all/a_nowrap/index.js'
|
|
6
|
+
export * from '../all/and/index.js'
|
|
7
|
+
export * from '../all/and_call/index.js'
|
|
8
|
+
export * from '../all/andand/index.js'
|
|
9
|
+
export * from '../all/andand_or/index.js'
|
|
10
|
+
export * from '../all/andandfn/index.js'
|
|
11
|
+
export * from '../all/apply/index.js'
|
|
12
|
+
export * from '../all/arg_i0_a/index.js'
|
|
13
|
+
export * from '../all/bind_apply/index.js'
|
|
14
|
+
export * from '../all/bind_call/index.js'
|
|
15
|
+
export * from '../all/bind_map_apply/index.js'
|
|
16
|
+
export * from '../all/bind_map_call/index.js'
|
|
17
|
+
export * from '../all/call/index.js'
|
|
18
|
+
export * from '../all/call_fn_a/index.js'
|
|
19
|
+
export * from '../all/call_or_fn/index.js'
|
|
20
|
+
export * from '../all/compose/index.js'
|
|
21
|
+
export * from '../all/concat/index.js'
|
|
22
|
+
export * from '../all/debounce/index.js'
|
|
23
|
+
export * from '../all/debounce_mapreduce/index.js'
|
|
24
|
+
export * from '../all/eq/index.js'
|
|
25
|
+
export * from '../all/eql/index.js'
|
|
26
|
+
export * from '../all/eql_a/index.js'
|
|
27
|
+
export * from '../all/every_arg/index.js'
|
|
28
|
+
export * from '../all/falsy/index.js'
|
|
29
|
+
export * from '../all/falsy__none/index.js'
|
|
30
|
+
export * from '../all/falsy_async_guard/index.js'
|
|
31
|
+
export * from '../all/falsy_guard/index.js'
|
|
32
|
+
export * from '../all/flatten/index.js'
|
|
33
|
+
export * from '../all/fn_pipe/index.js'
|
|
34
|
+
export * from '../all/head_arg_a/index.js'
|
|
35
|
+
export * from '../all/ifelse/index.js'
|
|
36
|
+
export * from '../all/iife/index.js'
|
|
37
|
+
export * from '../all/invert/index.js'
|
|
38
|
+
export * from '../all/isArray/index.js'
|
|
39
|
+
export * from '../all/isPromise/index.js'
|
|
40
|
+
export * from '../all/left_and/index.js'
|
|
41
|
+
export * from '../all/left_or/index.js'
|
|
42
|
+
export * from '../all/many_andand/index.js'
|
|
43
|
+
export * from '../all/many_andand_or/index.js'
|
|
44
|
+
export * from '../all/map_apply/index.js'
|
|
45
|
+
export * from '../all/map_call/index.js'
|
|
46
|
+
export * from '../all/map_fn/index.js'
|
|
47
|
+
export * from '../all/maybe/index.js'
|
|
48
|
+
export * from '../all/neq/index.js'
|
|
49
|
+
export * from '../all/neql/index.js'
|
|
50
|
+
export * from '../all/nf/index.js'
|
|
51
|
+
export * from '../all/noinit/index.js'
|
|
52
|
+
export * from '../all/noop/index.js'
|
|
53
|
+
export * from '../all/not/index.js'
|
|
54
|
+
export * from '../all/notnot/index.js'
|
|
55
|
+
export * from '../all/null/index.js'
|
|
56
|
+
export * from '../all/nullish/index.js'
|
|
57
|
+
export * from '../all/nullish__guard/index.js'
|
|
58
|
+
export * from '../all/nullish__guard__async/index.js'
|
|
59
|
+
export * from '../all/nullish__none/index.js'
|
|
60
|
+
export * from '../all/nullish__not_all/index.js'
|
|
61
|
+
export * from '../all/one_andand/index.js'
|
|
62
|
+
export * from '../all/one_andand_or/index.js'
|
|
63
|
+
export * from '../all/or/index.js'
|
|
64
|
+
export * from '../all/or_in/index.js'
|
|
65
|
+
export * from '../all/or_property/index.js'
|
|
66
|
+
export * from '../all/performance__now/index.js'
|
|
67
|
+
export * from '../all/promise/index.js'
|
|
68
|
+
export * from '../all/promise_o/index.js'
|
|
69
|
+
export * from '../all/promise_timeout/index.js'
|
|
70
|
+
export * from '../all/resolver_curry/index.js'
|
|
71
|
+
export * from '../all/right_and/index.js'
|
|
72
|
+
export * from '../all/right_or/index.js'
|
|
73
|
+
export * from '../all/run/index.js'
|
|
74
|
+
export * from '../all/run_pipe/index.js'
|
|
75
|
+
export * from '../all/sleep/index.js'
|
|
76
|
+
export * from '../all/slice_arg_a/index.js'
|
|
77
|
+
export * from '../all/slice_arg_spread_a/index.js'
|
|
78
|
+
export * from '../all/stacktrace/index.js'
|
|
79
|
+
export * from '../all/tap/index.js'
|
|
80
|
+
export * from '../all/tf/index.js'
|
|
81
|
+
export * from '../all/throttle/index.js'
|
|
82
|
+
export * from '../all/tick/index.js'
|
|
83
|
+
export * from '../all/Timeout/index.js'
|
|
84
|
+
export * from '../all/timeout_promise/index.js'
|
|
85
|
+
export * from '../all/times/index.js'
|
|
86
|
+
export * from '../all/tuple__o/index.js'
|
|
87
|
+
export * from '../all/tuple_a_o/index.js'
|
|
88
|
+
export * from '../all/tuple__union/index.js'
|
|
89
|
+
export * from '../all/val/index.js'
|
|
90
|
+
export * from '../all/valueof/index.js'
|
|
91
|
+
export * from '../all/waitfor/index.js'
|
|
92
|
+
export * from '../all/waitfor_val/index.js'
|
|
93
|
+
export * from '../all/wrap_a/index.js'
|
|
94
|
+
export * from '../all/wrap_a_item/index.js'
|
|
95
|
+
export * from '../all/wrap_aa/index.js'
|
|
96
|
+
export * from '../all/wrap_aa_item/index.js'
|
|
97
|
+
export * from '../all/wrap_concat/index.js'
|
|
98
|
+
export * from '../all/zip__tuple_a/index.js'
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
export * from '../all/LessThan/index.js'
|
|
2
|
+
export * from '../all/NumericRange/index.js'
|
|
3
|
+
export * from '../all/a/index.js'
|
|
4
|
+
export * from '../all/a_item/index.js'
|
|
5
|
+
export * from '../all/a_nowrap/index.js'
|
|
6
|
+
export * from '../all/and/index.js'
|
|
7
|
+
export * from '../all/and_call/index.js'
|
|
8
|
+
export * from '../all/andand/index.js'
|
|
9
|
+
export * from '../all/andand_or/index.js'
|
|
10
|
+
export * from '../all/andandfn/index.js'
|
|
11
|
+
export * from '../all/apply/index.js'
|
|
12
|
+
export * from '../all/arg_i0_a/index.js'
|
|
13
|
+
export * from '../all/bind_apply/index.js'
|
|
14
|
+
export * from '../all/bind_call/index.js'
|
|
15
|
+
export * from '../all/bind_map_apply/index.js'
|
|
16
|
+
export * from '../all/bind_map_call/index.js'
|
|
17
|
+
export * from '../all/call/index.js'
|
|
18
|
+
export * from '../all/call_fn_a/index.js'
|
|
19
|
+
export * from '../all/call_or_fn/index.js'
|
|
20
|
+
export * from '../all/compose/index.js'
|
|
21
|
+
export * from '../all/concat/index.js'
|
|
22
|
+
export * from '../all/debounce/index.js'
|
|
23
|
+
export * from '../all/debounce_mapreduce/index.js'
|
|
24
|
+
export * from '../all/eq/index.js'
|
|
25
|
+
export * from '../all/eql/index.js'
|
|
26
|
+
export * from '../all/eql_a/index.js'
|
|
27
|
+
export * from '../all/every_arg/index.js'
|
|
28
|
+
export * from '../all/falsy/index.js'
|
|
29
|
+
export * from '../all/falsy__none/index.js'
|
|
30
|
+
export * from '../all/falsy_async_guard/index.js'
|
|
31
|
+
export * from '../all/falsy_guard/index.js'
|
|
32
|
+
export * from '../all/flatten/index.js'
|
|
33
|
+
export * from '../all/fn_pipe/index.js'
|
|
34
|
+
export * from '../all/head_arg_a/index.js'
|
|
35
|
+
export * from '../all/ifelse/index.js'
|
|
36
|
+
export * from '../all/iife/index.js'
|
|
37
|
+
export * from '../all/invert/index.js'
|
|
38
|
+
export * from '../all/isArray/index.js'
|
|
39
|
+
export * from '../all/isPromise/index.js'
|
|
40
|
+
export * from '../all/left_and/index.js'
|
|
41
|
+
export * from '../all/left_or/index.js'
|
|
42
|
+
export * from '../all/many_andand/index.js'
|
|
43
|
+
export * from '../all/many_andand_or/index.js'
|
|
44
|
+
export * from '../all/map_apply/index.js'
|
|
45
|
+
export * from '../all/map_call/index.js'
|
|
46
|
+
export * from '../all/map_fn/index.js'
|
|
47
|
+
export * from '../all/maybe/index.js'
|
|
48
|
+
export * from '../all/neq/index.js'
|
|
49
|
+
export * from '../all/neql/index.js'
|
|
50
|
+
export * from '../all/nf/index.js'
|
|
51
|
+
export * from '../all/noinit/index.js'
|
|
52
|
+
export * from '../all/noop/index.js'
|
|
53
|
+
export * from '../all/not/index.js'
|
|
54
|
+
export * from '../all/notnot/index.js'
|
|
55
|
+
export * from '../all/null/index.js'
|
|
56
|
+
export * from '../all/nullish/index.js'
|
|
57
|
+
export * from '../all/nullish__guard/index.js'
|
|
58
|
+
export * from '../all/nullish__guard__async/index.js'
|
|
59
|
+
export * from '../all/nullish__none/index.js'
|
|
60
|
+
export * from '../all/nullish__not_all/index.js'
|
|
61
|
+
export * from '../all/one_andand/index.js'
|
|
62
|
+
export * from '../all/one_andand_or/index.js'
|
|
63
|
+
export * from '../all/or/index.js'
|
|
64
|
+
export * from '../all/or_in/index.js'
|
|
65
|
+
export * from '../all/or_property/index.js'
|
|
66
|
+
export * from '../all/performance__now/index.js'
|
|
67
|
+
export * from '../all/promise/index.js'
|
|
68
|
+
export * from '../all/promise_o/index.js'
|
|
69
|
+
export * from '../all/promise_timeout/index.js'
|
|
70
|
+
export * from '../all/resolver_curry/index.js'
|
|
71
|
+
export * from '../all/right_and/index.js'
|
|
72
|
+
export * from '../all/right_or/index.js'
|
|
73
|
+
export * from '../all/run/index.js'
|
|
74
|
+
export * from '../all/run_pipe/index.js'
|
|
75
|
+
export * from '../all/sleep/index.js'
|
|
76
|
+
export * from '../all/slice_arg_a/index.js'
|
|
77
|
+
export * from '../all/slice_arg_spread_a/index.js'
|
|
78
|
+
export * from '../all/stacktrace/index.js'
|
|
79
|
+
export * from '../all/tap/index.js'
|
|
80
|
+
export * from '../all/tf/index.js'
|
|
81
|
+
export * from '../all/throttle/index.js'
|
|
82
|
+
export * from '../all/tick/index.js'
|
|
83
|
+
export * from '../all/Timeout/index.js'
|
|
84
|
+
export * from '../all/timeout_promise/index.js'
|
|
85
|
+
export * from '../all/times/index.js'
|
|
86
|
+
export * from '../all/tuple__o/index.js'
|
|
87
|
+
export * from '../all/tuple_a_o/index.js'
|
|
88
|
+
export * from '../all/tuple__union/index.js'
|
|
89
|
+
export * from '../all/val/index.js'
|
|
90
|
+
export * from '../all/valueof/index.js'
|
|
91
|
+
export * from '../all/waitfor/index.js'
|
|
92
|
+
export * from '../all/waitfor_val/index.js'
|
|
93
|
+
export * from '../all/wrap_a/index.js'
|
|
94
|
+
export * from '../all/wrap_a_item/index.js'
|
|
95
|
+
export * from '../all/wrap_aa/index.js'
|
|
96
|
+
export * from '../all/wrap_aa_item/index.js'
|
|
97
|
+
export * from '../all/wrap_concat/index.js'
|
|
98
|
+
export * from '../all/zip__tuple_a/index.js'
|
package/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {}
|
package/math/index.d.ts
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export * from '../all/add/index.js'
|
|
2
|
+
export * from '../all/deg_rad/index.js'
|
|
3
|
+
export * from '../all/div/index.js'
|
|
4
|
+
export * from '../all/equidistant_segment_point_a/index.js'
|
|
5
|
+
export * from '../all/fn_mean/index.js'
|
|
6
|
+
export * from '../all/fn_sum/index.js'
|
|
7
|
+
export * from '../all/mean/index.js'
|
|
8
|
+
export * from '../all/median/index.js'
|
|
9
|
+
export * from '../all/mul/index.js'
|
|
10
|
+
export * from '../all/negative/index.js'
|
|
11
|
+
export * from '../all/number__count/index.js'
|
|
12
|
+
export * from '../all/numerator_or_0_avg/index.js'
|
|
13
|
+
export * from '../all/numerator_or_0_sum/index.js'
|
|
14
|
+
export * from '../all/PHI/index.js'
|
|
15
|
+
export * from '../all/quantile/index.js'
|
|
16
|
+
export * from '../all/rad_deg/index.js'
|
|
17
|
+
export * from '../all/segment_point_index/index.js'
|
|
18
|
+
export * from '../all/std/index.js'
|
|
19
|
+
export * from '../all/sub/index.js'
|
package/math/index.js
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export * from '../all/add/index.js'
|
|
2
|
+
export * from '../all/deg_rad/index.js'
|
|
3
|
+
export * from '../all/div/index.js'
|
|
4
|
+
export * from '../all/equidistant_segment_point_a/index.js'
|
|
5
|
+
export * from '../all/fn_mean/index.js'
|
|
6
|
+
export * from '../all/fn_sum/index.js'
|
|
7
|
+
export * from '../all/mean/index.js'
|
|
8
|
+
export * from '../all/median/index.js'
|
|
9
|
+
export * from '../all/mul/index.js'
|
|
10
|
+
export * from '../all/negative/index.js'
|
|
11
|
+
export * from '../all/number__count/index.js'
|
|
12
|
+
export * from '../all/numerator_or_0_avg/index.js'
|
|
13
|
+
export * from '../all/numerator_or_0_sum/index.js'
|
|
14
|
+
export * from '../all/PHI/index.js'
|
|
15
|
+
export * from '../all/quantile/index.js'
|
|
16
|
+
export * from '../all/rad_deg/index.js'
|
|
17
|
+
export * from '../all/segment_point_index/index.js'
|
|
18
|
+
export * from '../all/std/index.js'
|
|
19
|
+
export * from '../all/sub/index.js'
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export * from '../all/columns_nansum_matrix/index.js'
|
|
2
|
+
export * from '../all/matrix__dot__scalar/index.js'
|
|
3
|
+
export * from '../all/matrix__dot/index.js'
|
|
4
|
+
export * from '../all/scalar__matrix__multiply/index.js'
|
|
5
|
+
export * from '../all/matrix__normalize/index.js'
|
|
6
|
+
export * from '../all/unit_matrix/index.js'
|
|
7
|
+
export * from '../all/matrix__validate_length/index.js'
|
package/matrix/index.js
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export * from '../all/columns_nansum_matrix/index.js'
|
|
2
|
+
export * from '../all/matrix__dot__scalar/index.js'
|
|
3
|
+
export * from '../all/matrix__dot/index.js'
|
|
4
|
+
export * from '../all/scalar__matrix__multiply/index.js'
|
|
5
|
+
export * from '../all/matrix__normalize/index.js'
|
|
6
|
+
export * from '../all/unit_matrix/index.js'
|
|
7
|
+
export * from '../all/matrix__validate_length/index.js'
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export * from '../all/MAX_INT/index.js'
|
|
2
|
+
export * from '../all/MIN_INT/index.js'
|
|
3
|
+
export * from '../all/abbreviate_number_str/index.js'
|
|
4
|
+
export * from '../all/comma_number_str/index.js'
|
|
5
|
+
export * from '../all/float_isNaN/index.js'
|
|
6
|
+
export * from '../all/hex_int/index.js'
|
|
7
|
+
export * from '../all/int_hex/index.js'
|
|
8
|
+
export * from '../all/isFloat/index.js'
|
|
9
|
+
export * from '../all/isFloat_andor/index.js'
|
|
10
|
+
export * from '../all/isFloat_or/index.js'
|
|
11
|
+
export * from '../all/isNumber/index.js'
|
|
12
|
+
export * from '../all/isNumber_andor/index.js'
|
|
13
|
+
export * from '../all/isNumber_or/index.js'
|
|
14
|
+
export * from '../all/no_comma_str/index.js'
|
|
15
|
+
export * from '../all/number_or_mdash_str/index.js'
|
|
16
|
+
export * from '../all/parseFloat_andor/index.js'
|
|
17
|
+
export * from '../all/parseFloat_or/index.js'
|
|
18
|
+
export * from '../all/parseInt_andor/index.js'
|
|
19
|
+
export * from '../all/parseInt_or/index.js'
|
|
20
|
+
export * from '../all/percentage_str/index.js'
|
|
21
|
+
export * from '../all/percentage_str_float/index.js'
|
|
22
|
+
export * from '../all/round/index.js'
|
|
23
|
+
export * from '../all/sequence/index.js'
|
|
24
|
+
export * from '../all/NumericUnit/index.js'
|
package/number/index.js
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export * from '../all/MAX_INT/index.js'
|
|
2
|
+
export * from '../all/MIN_INT/index.js'
|
|
3
|
+
export * from '../all/abbreviate_number_str/index.js'
|
|
4
|
+
export * from '../all/comma_number_str/index.js'
|
|
5
|
+
export * from '../all/float_isNaN/index.js'
|
|
6
|
+
export * from '../all/hex_int/index.js'
|
|
7
|
+
export * from '../all/int_hex/index.js'
|
|
8
|
+
export * from '../all/isFloat/index.js'
|
|
9
|
+
export * from '../all/isFloat_andor/index.js'
|
|
10
|
+
export * from '../all/isFloat_or/index.js'
|
|
11
|
+
export * from '../all/isNumber/index.js'
|
|
12
|
+
export * from '../all/isNumber_andor/index.js'
|
|
13
|
+
export * from '../all/isNumber_or/index.js'
|
|
14
|
+
export * from '../all/no_comma_str/index.js'
|
|
15
|
+
export * from '../all/number_or_mdash_str/index.js'
|
|
16
|
+
export * from '../all/parseFloat_andor/index.js'
|
|
17
|
+
export * from '../all/parseFloat_or/index.js'
|
|
18
|
+
export * from '../all/parseInt_andor/index.js'
|
|
19
|
+
export * from '../all/parseInt_or/index.js'
|
|
20
|
+
export * from '../all/percentage_str/index.js'
|
|
21
|
+
export * from '../all/percentage_str_float/index.js'
|
|
22
|
+
export * from '../all/round/index.js'
|
|
23
|
+
export * from '../all/sequence/index.js'
|
|
24
|
+
export * from '../all/NumericUnit/index.js'
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
export * from '../all/Map__object/index.js'
|
|
2
|
+
export * from '../all/a_assign/index.js'
|
|
3
|
+
export * from '../all/assign/index.js'
|
|
4
|
+
export * from '../all/assign_fn_key_a/index.js'
|
|
5
|
+
export * from '../all/assign_unless_null/index.js'
|
|
6
|
+
export * from '../all/be/index.js'
|
|
7
|
+
export * from '../all/be_/index.js'
|
|
8
|
+
export * from '../all/be_arg_triple/index.js'
|
|
9
|
+
export * from '../all/be_prop_pair/index.js'
|
|
10
|
+
export * from '../all/call_assign/index.js'
|
|
11
|
+
export * from '../all/clear_ctx/index.js'
|
|
12
|
+
export * from '../all/clone/index.js'
|
|
13
|
+
export * from '../all/clone_assign_fn_key_a/index.js'
|
|
14
|
+
export * from '../all/ctx/index.js'
|
|
15
|
+
export * from '../all/deep_clone/index.js'
|
|
16
|
+
export * from '../all/defaults/index.js'
|
|
17
|
+
export * from '../all/ensure/index.js'
|
|
18
|
+
export * from '../all/ensure__refresh/index.js'
|
|
19
|
+
export * from '../all/entries_gen/index.js'
|
|
20
|
+
export * from '../all/exclude/index.js'
|
|
21
|
+
export * from '../all/extract/index.js'
|
|
22
|
+
export * from '../all/globalThis__prop__ensure/index.js'
|
|
23
|
+
export * from '../all/hasOwnProperty_pick/index.js'
|
|
24
|
+
export * from '../all/has_key/index.js'
|
|
25
|
+
export * from '../all/has_some_key/index.js'
|
|
26
|
+
export * from '../all/if_null_set_false/index.js'
|
|
27
|
+
export * from '../all/isArray/index.js'
|
|
28
|
+
export * from '../all/isObject/index.js'
|
|
29
|
+
export * from '../all/keyof/index.js'
|
|
30
|
+
export * from '../all/keys/index.js'
|
|
31
|
+
export * from '../all/map_obj/index.js'
|
|
32
|
+
export * from '../all/map_obj_andand/index.js'
|
|
33
|
+
export * from '../all/merge/index.js'
|
|
34
|
+
export * from '../all/mixin/index.js'
|
|
35
|
+
export * from '../all/nullish_or/index.js'
|
|
36
|
+
export * from '../all/o_some/index.js'
|
|
37
|
+
export * from '../all/obj_key_r/index.js'
|
|
38
|
+
export * from '../all/omit/index.js'
|
|
39
|
+
export * from '../all/or_null/index.js'
|
|
40
|
+
export * from '../all/pick/index.js'
|
|
41
|
+
export * from '../all/pick_keys/index.js'
|
|
42
|
+
export * from '../all/pick_val_a/index.js'
|
|
43
|
+
export * from '../all/rc_be/index.js'
|
|
44
|
+
export * from '../all/rc_be_/index.js'
|
|
45
|
+
export * from '../all/toString/index.js'
|
|
46
|
+
export * from '../all/unpick/index.js'
|
|
47
|
+
export * from '../all/unpick_keys/index.js'
|
|
48
|
+
export * from '../all/value_key_aa/index.js'
|
|
49
|
+
export * from '../all/values/index.js'
|
|
50
|
+
export * from '../all/weak_r/index.js'
|
|
51
|
+
export * from '../all/zip_o/index.js'
|
package/object/index.js
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
export * from '../all/Map__object/index.js'
|
|
2
|
+
export * from '../all/a_assign/index.js'
|
|
3
|
+
export * from '../all/assign/index.js'
|
|
4
|
+
export * from '../all/assign_fn_key_a/index.js'
|
|
5
|
+
export * from '../all/assign_unless_null/index.js'
|
|
6
|
+
export * from '../all/be/index.js'
|
|
7
|
+
export * from '../all/be_/index.js'
|
|
8
|
+
export * from '../all/be_arg_triple/index.js'
|
|
9
|
+
export * from '../all/be_prop_pair/index.js'
|
|
10
|
+
export * from '../all/call_assign/index.js'
|
|
11
|
+
export * from '../all/clear_ctx/index.js'
|
|
12
|
+
export * from '../all/clone/index.js'
|
|
13
|
+
export * from '../all/clone_assign_fn_key_a/index.js'
|
|
14
|
+
export * from '../all/ctx/index.js'
|
|
15
|
+
export * from '../all/deep_clone/index.js'
|
|
16
|
+
export * from '../all/defaults/index.js'
|
|
17
|
+
export * from '../all/ensure/index.js'
|
|
18
|
+
export * from '../all/ensure__refresh/index.js'
|
|
19
|
+
export * from '../all/entries_gen/index.js'
|
|
20
|
+
export * from '../all/exclude/index.js'
|
|
21
|
+
export * from '../all/extract/index.js'
|
|
22
|
+
export * from '../all/globalThis__prop__ensure/index.js'
|
|
23
|
+
export * from '../all/hasOwnProperty_pick/index.js'
|
|
24
|
+
export * from '../all/has_key/index.js'
|
|
25
|
+
export * from '../all/has_some_key/index.js'
|
|
26
|
+
export * from '../all/if_null_set_false/index.js'
|
|
27
|
+
export * from '../all/isObject/index.js'
|
|
28
|
+
export * from '../all/keyof/index.js'
|
|
29
|
+
export * from '../all/keys/index.js'
|
|
30
|
+
export * from '../all/map_obj/index.js'
|
|
31
|
+
export * from '../all/map_obj_andand/index.js'
|
|
32
|
+
export * from '../all/merge/index.js'
|
|
33
|
+
export * from '../all/mixin/index.js'
|
|
34
|
+
export * from '../all/nullish_or/index.js'
|
|
35
|
+
export * from '../all/o_some/index.js'
|
|
36
|
+
export * from '../all/obj_key_r/index.js'
|
|
37
|
+
export * from '../all/omit/index.js'
|
|
38
|
+
export * from '../all/or_null/index.js'
|
|
39
|
+
export * from '../all/pick/index.js'
|
|
40
|
+
export * from '../all/pick_keys/index.js'
|
|
41
|
+
export * from '../all/pick_val_a/index.js'
|
|
42
|
+
export * from '../all/rc_be/index.js'
|
|
43
|
+
export * from '../all/rc_be_/index.js'
|
|
44
|
+
export * from '../all/toString/index.js'
|
|
45
|
+
export * from '../all/unpick/index.js'
|
|
46
|
+
export * from '../all/unpick_keys/index.js'
|
|
47
|
+
export * from '../all/value_key_aa/index.js'
|
|
48
|
+
export * from '../all/values/index.js'
|
|
49
|
+
export * from '../all/weak_r/index.js'
|
|
50
|
+
export * from '../all/zip_o/index.js'
|
package/package.json
CHANGED
|
@@ -1,20 +1,123 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
}
|
|
2
|
+
"name": "ctx-core",
|
|
3
|
+
"version": "2.1.0",
|
|
4
|
+
"description": "ctx-core core library",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"ctx-core",
|
|
7
|
+
"array",
|
|
8
|
+
"combinators",
|
|
9
|
+
"function",
|
|
10
|
+
"object",
|
|
11
|
+
"set"
|
|
12
|
+
],
|
|
13
|
+
"homepage": "https://github.com/ctx-core/ctx-core#readme",
|
|
14
|
+
"bugs": {
|
|
15
|
+
"url": "https://github.com/ctx-core/ctx-core/issues"
|
|
16
|
+
},
|
|
17
|
+
"repository": {
|
|
18
|
+
"type": "git",
|
|
19
|
+
"url": "https://github.com/ctx-core/ctx-core.git"
|
|
20
|
+
},
|
|
21
|
+
"license": "Apache-2.0",
|
|
22
|
+
"author": "Brian Takita",
|
|
23
|
+
"type": "module",
|
|
24
|
+
"files": [
|
|
25
|
+
"*.d.ts",
|
|
26
|
+
"array",
|
|
27
|
+
"atob",
|
|
28
|
+
"base16",
|
|
29
|
+
"btoa",
|
|
30
|
+
"buffer",
|
|
31
|
+
"chain",
|
|
32
|
+
"class",
|
|
33
|
+
"color",
|
|
34
|
+
"combinators",
|
|
35
|
+
"crypto",
|
|
36
|
+
"currency",
|
|
37
|
+
"data",
|
|
38
|
+
"date",
|
|
39
|
+
"debounce",
|
|
40
|
+
"error",
|
|
41
|
+
"fetch",
|
|
42
|
+
"fibonacci",
|
|
43
|
+
"function",
|
|
44
|
+
"functional",
|
|
45
|
+
"math",
|
|
46
|
+
"matrix",
|
|
47
|
+
"number",
|
|
48
|
+
"object",
|
|
49
|
+
"queue",
|
|
50
|
+
"random",
|
|
51
|
+
"regex",
|
|
52
|
+
"set",
|
|
53
|
+
"sleep",
|
|
54
|
+
"string",
|
|
55
|
+
"time",
|
|
56
|
+
"types",
|
|
57
|
+
"uri",
|
|
58
|
+
"uuid",
|
|
59
|
+
"package.json"
|
|
60
|
+
],
|
|
61
|
+
"types": "./src/index.d.ts",
|
|
62
|
+
"exports": {
|
|
63
|
+
".": "./index.js",
|
|
64
|
+
"./array": "./array/index.js",
|
|
65
|
+
"./atob": "./atob/index.js",
|
|
66
|
+
"./base16": "./base16/index.js",
|
|
67
|
+
"./btoa": "./btoa/index.js",
|
|
68
|
+
"./buffer": "./buffer/index.js",
|
|
69
|
+
"./chain": "./chain/index.js",
|
|
70
|
+
"./class": "./class/index.js",
|
|
71
|
+
"./color": "./color/index.js",
|
|
72
|
+
"./combinators": "./combinators/index.js",
|
|
73
|
+
"./crypto": "./crypto/index.js",
|
|
74
|
+
"./currency": "./currency/index.js",
|
|
75
|
+
"./data": "./data/index.js",
|
|
76
|
+
"./date": "./date/index.js",
|
|
77
|
+
"./debounce": "./debounce/index.js",
|
|
78
|
+
"./error": "./error/index.js",
|
|
79
|
+
"./fetch": "./fetch/index.js",
|
|
80
|
+
"./fibonacci": "./fibonacci/index.js",
|
|
81
|
+
"./function": "./function/index.js",
|
|
82
|
+
"./functional": "./functional/index.js",
|
|
83
|
+
"./math": "./math/index.js",
|
|
84
|
+
"./matrix": "./matrix/index.js",
|
|
85
|
+
"./number": "./number/index.js",
|
|
86
|
+
"./object": "./object/index.js",
|
|
87
|
+
"./queue": "./queue/index.js",
|
|
88
|
+
"./random": "./random/index.js",
|
|
89
|
+
"./regex": "./regex/index.js",
|
|
90
|
+
"./set": "./set/index.js",
|
|
91
|
+
"./sleep": "./sleep/index.js",
|
|
92
|
+
"./string": "./string/index.js",
|
|
93
|
+
"./time": "./time/index.js",
|
|
94
|
+
"./types": "./types/index.js",
|
|
95
|
+
"./uri": "./uri/index.js",
|
|
96
|
+
"./uuid": "./uuid/index.js",
|
|
97
|
+
"./package.json": "./package.json"
|
|
98
|
+
},
|
|
99
|
+
"devDependencies": {
|
|
100
|
+
"@arethetypeswrong/cli": "^0.13.1",
|
|
101
|
+
"@types/sinon": "^17.0.1",
|
|
102
|
+
"c8": "^8.0.1",
|
|
103
|
+
"check-dts": "^0.7.2",
|
|
104
|
+
"sinon": "^17.0.1",
|
|
105
|
+
"ts-node": "^10.9.1",
|
|
106
|
+
"tsx": "^4.0.0",
|
|
107
|
+
"typescript": "next",
|
|
108
|
+
"uvu": "^0.5.6"
|
|
109
|
+
},
|
|
110
|
+
"publishConfig": {
|
|
111
|
+
"access": "public",
|
|
112
|
+
"cache": "~/.npm"
|
|
113
|
+
},
|
|
114
|
+
"sideEffects": false,
|
|
115
|
+
"scripts": {
|
|
116
|
+
"build": ":",
|
|
117
|
+
"clean": ":",
|
|
118
|
+
"exec": "$@",
|
|
119
|
+
"test": "pnpm test-unit && check-dts",
|
|
120
|
+
"test-unit": "tsx node_modules/uvu/bin.js . '\\.test\\.(ts|js)$'",
|
|
121
|
+
"test-unit-coverage": "c8 pnpm test-unit"
|
|
122
|
+
}
|
|
123
|
+
}
|
package/queue/index.d.ts
ADDED
package/queue/index.js
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export * from '../all/distribution_random_float/index.js'
|
|
2
|
+
export * from '../all/distribution_random_int/index.js'
|
|
3
|
+
export * from '../all/normal_random/index.js'
|
|
4
|
+
export * from '../all/normal_random_float/index.js'
|
|
5
|
+
export * from '../all/normal_random_int/index.js'
|
|
6
|
+
export * from '../all/uniform_random/index.js'
|
|
7
|
+
export * from '../all/uniform_random_float/index.js'
|
|
8
|
+
export * from '../all/uniform_random_int/index.js'
|
package/random/index.js
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export * from '../all/distribution_random_float/index.js'
|
|
2
|
+
export * from '../all/distribution_random_int/index.js'
|
|
3
|
+
export * from '../all/normal_random/index.js'
|
|
4
|
+
export * from '../all/normal_random_float/index.js'
|
|
5
|
+
export * from '../all/normal_random_int/index.js'
|
|
6
|
+
export * from '../all/uniform_random/index.js'
|
|
7
|
+
export * from '../all/uniform_random_float/index.js'
|
|
8
|
+
export * from '../all/uniform_random_int/index.js'
|
package/regex/index.d.ts
ADDED
package/regex/index.js
ADDED
package/set/index.d.ts
ADDED
package/set/index.js
ADDED
package/sleep/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '../all/sleep/index.js'
|
package/sleep/index.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '../all/sleep/index.js'
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export * from '../all/acronym/index.js'
|
|
2
|
+
export * from '../all/case_insensitive_eql/index.js'
|
|
3
|
+
export * from '../all/indendation/index.js'
|
|
4
|
+
export * from '../all/isLowerCase/index.js'
|
|
5
|
+
export * from '../all/isString/index.js'
|
|
6
|
+
export * from '../all/isUpperCase/index.js'
|
|
7
|
+
export * from '../all/lPad/index.js'
|
|
8
|
+
export * from '../all/line__parse/index.js'
|
|
9
|
+
export * from '../all/line__transform_stream/index.js'
|
|
10
|
+
export * from '../all/rPad/index.js'
|
|
11
|
+
export * from '../all/readable_stream_OR_reader/index.js'
|
|
12
|
+
export * from '../all/splice_str/index.js'
|
|
13
|
+
export * from '../all/table_txt/index.js'
|
|
14
|
+
export * from '../all/title_case_/index.js'
|