Skip to content

Minima.js API


Minima.js API / @minimajs/multipart / helpers

helpers

Type Aliases

Type AliasDescription
DictGeneric dictionary type alias for objects with optional properties.
UnitFile size unit type representing binary prefixes (base 1024). Available units: KiB, MiB, GiB, TiB, PiB, EiB, ZiB, YiB

Functions

FunctionDescription
ensurePathEnsures a directory path exists, creating it recursively if needed.
humanFileSizeConverts a byte count into a human-readable file size string with binary units.