Interface FetchOptions

interface FetchOptions {
    chdir?: boolean;
    directory?: string;
    files?: string[];
    property?: null | string | number;
}

Properties

chdir?: boolean

Change the process cwd before an import

directory?: string

File directory

files?: string[]

Tasks file names

property?: null | string | number

Default export object property for tasks