mirror of
https://github.com/hex248/ob248.com.git
synced 2026-02-08 02:33:02 +00:00
11 lines
181 B
JavaScript
11 lines
181 B
JavaScript
/**
|
|
* @fileoverview exports for browsers
|
|
* @author 唯然<weiran.zsd@outlook.com>
|
|
*/
|
|
|
|
"use strict";
|
|
|
|
const { Linter } = require("./linter/linter");
|
|
|
|
module.exports = { Linter };
|