# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
AssertStrings converts a slice of any into a slice of strings.
BytesAreEmptyIsh checks if the provided byte slice is practically empty.
CountDir returns the number of files in a directory and the total size.
FilterNil filters nil entries from a list.
FmtSemver forces a string formatted as a semver version with "v" prefix.
IndexIfOK returns the value at the index if it is a valid index for the slice.
PrettyBytes returns the number of bytes formatted for human readability.
TerminalWidth returns the width of the terminal, using fallback if it can't determine width.
ToAny casts a slice to []any.