function-exec-sync
    Preparing search index...

    Type Alias ExecWorkerOptions

    type ExecWorkerOptions = {
        callbacks?: boolean;
        cwd?: string;
        env?: object;
        execPath?: string;
        name?: string;
        sleep?: number;
    }
    Index

    Properties

    callbacks?: boolean
    cwd?: string
    env?: object
    execPath?: string
    name?: string
    sleep?: number