Interface Flushable

Defines the concept of flushable objects.

interface Flushable {
    flush(): void;
}

Implemented by

Methods

Methods

Generated using TypeDoc