createComment
import { createComment } from "@alloy-js/core";
function createComment(data?: string): CommentNode;Parameters
Section titled “Parameters”| data | optional string |
import { createComment } from "@alloy-js/core";
function createComment(data?: string): CommentNode;| data | optional string |