Interface AppendTail

interface AppendTail {
    _appendPlaceholder(): ChangeDetails;
    append(str, flags?): ChangeDetails;
}

Methods