/opt/canhelp/node_modules/postcss/lib
Edit: /opt/canhelp/node_modules/postcss/lib/comment.js (203B)
'use strict'
let Node = require('./node')
class Comment extends Node {
constructor(defaults) {
super(defaults)
this.type = 'comment'
}
}
module.exports = Comment
Comment.default = Comment