Interface WaitForOptions

interface WaitForOptions {
    raw?: boolean;
    timeout?: number;
}

Properties

Properties

raw?: boolean

Return the raw module instead of the exports

timeout?: number

If nothing is found after this delay (ms), stop and throw an error.