Interface CreateConfigOptions

interface CreateConfigOptions {
    id?: string;
    include?: (name: string) => Node[];
    log?: LogFn;
}

Properties

Properties

id?: string
include?: (name: string) => Node[]
log?: LogFn