/** * Postinstall script for node-version-use * * Downloads the platform-specific binary and installs it to ~/.nvu/bin/ * This enables transparent Node version switching. * * Uses safe atomic download pattern: * 1. Download to temp file * 2. Extract to temp directory * 3. Atomic rename to final location */ export {};