'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var fs_commentJson = require('../fs/comment-json.js');
require('../nodejs/fs.js');
exports.parseCommentJson = fs_commentJson.parseCommentJson;
exports.readCommentJson = fs_commentJson.readCommentJson;