%PDF- %PDF-
Direktori : /home/silvzytp/calling_code/node_modules/postcss/lib/ |
Current File : //home/silvzytp/calling_code/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