opencarl
    Preparing search index...

    Interface OpencarlRuleSource

    Represents a source of OpenCARL rules (project, global, or fallback).

    interface OpencarlRuleSource {
        domains: string[];
        path: string;
        scope: OpencarlRuleSourceScope;
    }
    Index

    Properties

    Properties

    domains: string[]
    path: string