%PDF- %PDF-
Direktori : /var/www/html/node_modules/postcss/lib/ |
Current File : /var/www/html/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