UNPKG

@mapcss/preset-svg

Version:
10 lines (9 loc) 202 B
import Node from "./node.js"; class Comment extends Node { constructor(defaults) { super(defaults); this.type = "comment"; } } export default Comment; Comment.default = Comment;