Interface Clearable

interface Clearable {
    clear(): void;
}

Implemented by

Methods

Methods

Generated using TypeDoc