/** * @fileoverview exports for browsers * @author 唯然 */ 'use strict'; const { Linter } = require('./linter/linter'); module.exports = { Linter };