wasm-posix-host
    Preparing search index...

    Interface HomebrewLinkEntry

    interface HomebrewLinkEntry {
        mode?: string;
        source: string;
        target: string;
        type: "symlink" | "file" | "directory";
    }
    Index

    Properties

    Properties

    mode?: string
    source: string
    target: string
    type: "symlink" | "file" | "directory"