interface ScopeOptions {
    parent?: Scope;
    prefixes?: Set<string>;
}

Hierarchy (view full)

Properties

Properties

parent?: Scope
prefixes?: Set<string>