SongGuess
    Preparing search index...
    interface EndTag {
        name: string;
        after(
            content: string | Response | ReadableStream<any>,
            options?: ContentOptions,
        ): EndTag;
        before(
            content: string | Response | ReadableStream<any>,
            options?: ContentOptions,
        ): EndTag;
        remove(): EndTag;
    }
    Index

    Properties

    Methods

    Properties

    name: string

    Methods

    • Returns EndTag