Sanitize a file name for use within Linux, macOS, or Windows file systems. This removes all file path separators. If you wish to retain the separators, split the path parts up before using this function.
@augment-vir/common
Sanitize a file name for use within Linux, macOS, or Windows file systems. This removes all file path separators. If you wish to retain the separators, split the path parts up before using this function.