download
raw
203 Bytes
'use strict'
let Node = require('./node')
class Comment extends Node {
constructor(defaults) {
super(defaults)
this.type = 'comment'
}
}
module.exports = Comment
Comment.default = Comment

Xet Storage Details

Size:
203 Bytes
·
Xet hash:
d750c65a7c52c4c4f9803eaf9478f6f886bdded0c61d1211bf2ca7823fa04c48

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.