Logo Xantham

ExportMap Type

Map from a source module path (string) to the set of TypeKeys declared as exports by that source. Used to look up all exports originating from a given .d.ts file or module.

Instance members

Instance member Description

this.Count

Full Usage: this.Count

Returns: int
Returns: int

this.IsEmpty

Full Usage: this.IsEmpty

Returns: bool
Returns: bool

this[key]

Full Usage: this[key]

Parameters:
    key : string

Returns: Set<TypeKey>
key : string
Returns: Set<TypeKey>

this.Keys

Full Usage: this.Keys

Returns: ICollection<string>
Returns: ICollection<string>

this.Values

Full Usage: this.Values

Returns: ICollection<Set<TypeKey>>

Type something to start searching.