Interface GetModuleOptions

interface GetModuleOptions {
    all?: boolean;
    raw?: boolean;
}

Properties

Properties

all?: boolean

Return all matches instead of just the first

raw?: boolean

Return the raw module instead of the exports