mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 03:09:29 +08:00
9 lines
No EOL
315 B
Text
9 lines
No EOL
315 B
Text
"use strict";
|
|
/* eslint-disable @typescript-eslint/no-namespace */
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.SourceCode = void 0;
|
|
const eslint_1 = require("eslint");
|
|
class SourceCode extends eslint_1.SourceCode {
|
|
}
|
|
exports.SourceCode = SourceCode;
|
|
//# sourceMappingURL=SourceCode.js.map |