Skip to main content
Module

x/aleph/server/types.ts>Comment

The Full-stack Framework in Deno.
Very Popular
Go to Latest
class Comment
Re-export
import { Comment } from "https://deno.land/x/aleph@1.0.0-beta.1/server/types.ts";

Properties

readonly
removed: boolean
readonly
text: string

Methods

after(content: string, content_type?: any): void
before(content: string, content_type?: any): void
free(): void
remove(): void
replace(content: string, content_type?: any): void