UNPKG

7zip-bin-full

Version:
25 lines 765 B
/** * Path to 7zz (mac/linux) and 7z.exe (win) * Env var available: `USE_SYSTEM_7Z` instead of included binaries */ export const path7z: string /** * Path to 7zzc (mac/linux) and 7zc/7z.exe (win) * Env var available: `USE_SYSTEM_7Z` instead of included binaries */ export const path7zc: string /** * Path to 7zz (mac), 7zzs (linux) and 7z.exe (win) * Env var available: `USE_SYSTEM_7Z` instead of included binaries */ export const path7zzs: string /** * Path to 7zzc (mac), 7zzsc (linux) and 7zc/7z.exe (win) * Env var available: `USE_SYSTEM_7Z` instead of included binaries */ export const path7zzsc: string /** * Short script for executing 7z * Env vars available: `SZ_PATH`, `SZ_ARCHIVE_TYPE`, `SZ_COMPRESSION_LEVEL` */ export const path7x: string