UNPKG

@electron/universal

Version:

Utility for creating Universal macOS applications from two x64 and arm64 Electron applications

9 lines (8 loc) 233 B
export interface HeaderHash { algorithm: 'SHA256'; hash: string; } export interface AsarIntegrity { [key: string]: HeaderHash; } export declare function computeIntegrityData(contentsPath: string): Promise<AsarIntegrity>;