@runno/wasi
    Preparing search index...

    Type Alias ProcForkResult

    type ProcForkResult = {
        isChild: boolean;
        pid: number;
    }
    Index

    Properties

    Properties

    isChild: boolean
    pid: number