๐ช
/
tree
/
fuz_util
fuz_cssย ๐ฟ
fuz_uiย ๐งถ
groย ๐ฐ
fuz_utilย ๐ฆ
fuz_templateย โ
fuz_blogย ๐๏ธ
fuz_mastodonย ๐ฆฃ
fuz_codeย ๐จ
fuz_gitopsย ๐ช
๐ช
/
tree
/
fuz_util
fuz_utilย ๐ฆ
utility belt for JS
ancient not extinct
npm i -D @fuzdev/fuz_util
homepage
util.fuz.dev
repo
fuzdev/fuz_util
npm
@fuzdev/fuz_util
version
0.45.1
license
MIT
data
package.json
library.json
array.ts
EMPTY_ARRAY
to_array
remove_unordered
to_next
async.ts
AsyncStatus
wait
is_promise
Deferred
create_deferred
map_concurrent
map_concurrent_settled
benchmark_baseline.ts
BenchmarkBaselineEntry
BenchmarkBaseline
BenchmarkBaselineSaveOptions
BenchmarkBaselineLoadOptions
BenchmarkBaselineCompareOptions
BenchmarkBaselineComparisonResult
BenchmarkBaselineTaskComparison
benchmark_baseline_save
benchmark_baseline_load
benchmark_baseline_compare
benchmark_baseline_format
benchmark_baseline_format_json
benchmark_format.ts
benchmark_format_table
benchmark_format_markdown
benchmark_format_markdown_grouped
BenchmarkFormatJsonOptions
benchmark_format_json
benchmark_format_table_grouped
benchmark_format_number
benchmark_stats.ts
BenchmarkStatsComparable
EffectMagnitude
BenchmarkComparison
BenchmarkCompareOptions
BenchmarkStats
benchmark_stats_compare
benchmark_types.ts
BenchmarkConfig
BenchmarkTask
BenchmarkResult
BenchmarkFormatTableOptions
BenchmarkGroup
benchmark.ts
benchmark_warmup
Benchmark
colors.ts
Hsl
Hue
Saturation
Lightness
Rgb
Red
Green
Blue
rgb_to_hex
hex_to_rgb
hex_string_to_rgb
rgb_to_hex_string
to_hex_component
rgb_to_hsl
hsl_to_rgb
hue_to_rgb_component
hsl_to_hex
hsl_to_hex_string
hsl_to_string
hex_string_to_hsl
parse_hsl_string
counter.ts
Counter
CreateCounter
create_counter
deep_equal.ts
deep_equal
dom.ts
is_editable
inside_editable
is_interactive
swallow
handle_target_value
is_iframed
error.ts
UnreachableError
unreachable
fetch.ts
FetchValueOptions
fetch_value
FetchValueCacheKey
FetchValueCacheItem
FetchValueCache
to_fetch_value_cache_key
serialize_cache
deserialize_cache
fs.ts
fs_exists
fs_empty_dir
FsSearchOptions
fs_search
function.ts
noop
noop_async
resolved
identity
Thunk
unthunk
git.ts
GitInfo
git_info_get
GitOrigin
GitBranch
git_current_branch_name
git_remote_branch_exists
git_local_branch_exists
GitWorkspaceStatus
git_parse_workspace_status
git_check_workspace
git_workspace_is_clean
git_workspace_is_fully_staged
git_workspace_status_message
git_check_clean_workspace
git_check_fully_staged_workspace
git_fetch
git_checkout
git_pull
git_push
git_push_to_create
git_delete_local_branch
git_delete_remote_branch
git_reset_branch_to_first_commit
git_current_commit_hash
git_current_branch_first_commit_hash
git_check_setting_pull_rebase
git_clone_locally
id.ts
Uuid
is_uuid
UUID_MATCHER
ClientIdCreator
create_client_id_creator
iterator.ts
count_iterator
json.ts
Json
JsonPrimitive
JsonObject
JsonArray
JsonType
json_type_of
json_embed
json_stringify_deterministic
library_json.ts
LibraryJson
library_json_parse
library_repo_name_parse
library_org_url_parse
log.ts
LogLevel
LogConsole
log_level_to_number
log_level_parse
Logger
LoggerOptions
map.ts
sort_map
compare_simple_map_entries
maths.ts
clamp
lerp
round
GR
GR_i
GR_2
GR_2i
GR_3
GR_3i
GR_4
GR_4i
GR_5
GR_5i
GR_6
GR_6i
GR_7
GR_7i
GR_8
GR_8i
GR_9
GR_9i
format_number
object.ts
is_plain_object
map_record
omit
pick_by
omit_undefined
reorder
EMPTY_OBJECT
traverse
transform_empty_object_to_undefined
package_json.ts
PackageJsonRepository
PackageJsonAuthor
PackageJsonFunding
ExportValue
PackageJsonExports
PackageJson
path.ts
PathId
PathInfo
ResolvedPath
PathFilter
FileFilter
to_file_path
parse_path_parts
parse_path_segments
PathPiece
parse_path_pieces
slugify
print.ts
st
configure_print_colors
print_key_value
print_ms
print_number_with_separators
print_string
print_number
print_boolean
print_value
print_error
print_timing
print_timings
process.ts
SpawnedProcess
Spawned
SpawnResult
spawn
SpawnedOut
spawn_out
spawn_process
print_child_process
global_spawn
register_global_spawn
despawn
despawn_all
attach_process_error_handlers
print_spawn_result
RestartableProcess
spawn_restartable_process
process_is_pid_running
random_alea.ts
Alea
create_random_alea
masher
random.ts
random_float
random_int
random_boolean
random_item
shuffle
regexp.ts
escape_regexp
reset_regexp
result.ts
Result
OK
NOT_OK
unwrap
ResultError
unwrap_error
source_json.ts
DeclarationKind
GenericParamInfo
ParameterInfo
ComponentPropInfo
DeclarationJson
ModuleJson
SourceJson
declaration_get_display_name
declaration_generate_import
stats.ts
stats_mean
stats_median
stats_std_dev
stats_variance
stats_percentile
stats_cv
stats_min_max
StatsOutlierResult
StatsOutliersIqrOptions
stats_outliers_iqr
StatsOutliersMadOptions
stats_outliers_mad
STATS_CONFIDENCE_Z_SCORES
stats_confidence_level_to_z_score
StatsConfidenceIntervalOptions
stats_confidence_interval
stats_confidence_interval_from_summary
StatsWelchTTestResult
stats_welch_t_test
stats_normal_cdf
stats_ln_gamma
stats_incomplete_beta
stats_t_distribution_p_value
string.ts
truncate
strip_start
strip_end
strip_after
strip_before
ensure_start
ensure_end
deindent
plural
count_graphemes
strip_ansi
stringify
string_display_width
pad_width
throttle.ts
ThrottleOptions
throttle
time.ts
Timer
timer_node
timer_browser
timer_default
TIME_NS_PER_US
TIME_NS_PER_MS
TIME_NS_PER_SEC
time_ns_to_us
time_ns_to_ms
time_ns_to_sec
TimeUnit
TIME_UNIT_DISPLAY
time_unit_detect_best
time_format
time_format_adaptive
TimeResult
time_async
time_sync
time_measure
timings.ts
Stopwatch
create_stopwatch
TimingsKey
Timings
types.ts
ClassConstructor
OmitStrict
PickUnion
KeyofUnion
PartialExcept
PartialOnly
PartialValues
Assignable
Defined
NotNull
ArrayElement
Flavored
Flavor
Branded
Brand
url.ts
format_url
Url