UNPKG

250 BJavaScriptView Raw
1"use strict";
2
3const { Linter } = require("./linter");
4const interpolate = require("./interpolate");
5const SourceCodeFixer = require("./source-code-fixer");
6
7module.exports = {
8 Linter,
9
10 // For testers.
11 SourceCodeFixer,
12 interpolate
13};