NormalizedEntryPath typedef

NormalizedEntryPath = ({bool escapedRoot, String path})

Result of normalizeEntryPath: the sanitized path plus whether the original attempted to escape the archive root.

Implementation

typedef NormalizedEntryPath = ({String path, bool escapedRoot});