Setup HashLink VM
    Preparing search index...

    Type Alias ReleaseAsset

    Represents an asset of a GitHub release.

    type ReleaseAsset = {
        file: string;
        platform: NodeJS.Platform;
    }
    Index

    Properties

    Properties

    file: string

    The target file.

    platform: NodeJS.Platform

    The target platform.