interface EndTag {
    name: string;
    after(content, options?): EndTag;
    before(content, options?): EndTag;
    remove(): EndTag;
}

Properties

Methods

Properties

name: string

Methods