• Returns the platform and architecture.

    Parameters

    • platform: Platform = process.platform
    • arch: Architecture = process.arch

    Returns {
        arch: PlatformArch;
        platform: PlatformStrings;
    }

    Returns the current platform and architecture.

    • arch: PlatformArch
    • platform: PlatformStrings