UNPKG

@camera.ui/go2rtc

Version:
4 lines (3 loc) 257 B
export type ARCH = 'arm' | 'arm6' | 'arm7' | 'arm64' | 'ia32' | 'loong64' | 'mips' | 'mipsel' | 'ppc' | 'ppc64' | 'riscv64' | 's390' | 's390x' | 'x64'; export declare function getPlatform(): NodeJS.Platform; export declare function getArchitecture(): ARCH;