Directory : /home/aplikasiposinfo/public_html/hamrishealth.aplikasipos.info/node_modules/postcss/lib/ |
Current File : /home/aplikasiposinfo/public_html/hamrishealth.aplikasipos.info/node_modules/postcss/lib/comment.js |
'use strict' let Node = require('./node') class Comment extends Node { constructor (defaults) { super(defaults) this.type = 'comment' } } module.exports = Comment Comment.default = Comment