Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
amitesh11
/
pose
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
369fac9
pose
/
web
/
node_modules
/
postcss
/
lib
/
comment.js
amitesh11
Upload 3019 files
369fac9
verified
11 months ago
raw
Copy download link
history
blame
Safe
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