Sign in
chromium
/
devtools
/
devtools-frontend.git
/
HEAD
/
.
/
node_modules
/
eslint
/
lib
/
universal.js
blob: 51bac58453c98b3b65b93fc3498317afe1ace747 [
file
] [
log
] [
blame
]
/**
* @fileoverview exports for browsers
* @author 唯然<weiran.zsd@outlook.com>
*/
"use strict"
;
const
{
Linter
}
=
require
(
"./linter/linter"
);
module
.
exports
=
{
Linter
};