Minima.js API / @minimajs/multipart / helpers
helpers
Type Aliases
| Type Alias | Description |
|---|---|
| Dict | Generic dictionary type alias for objects with optional properties. |
| Unit | File size unit type representing binary prefixes (base 1024). Available units: KiB, MiB, GiB, TiB, PiB, EiB, ZiB, YiB |
Functions
| Function | Description |
|---|---|
| ensurePath | Ensures a directory path exists, creating it recursively if needed. |
| humanFileSize | Converts a byte count into a human-readable file size string with binary units. |