SungBeom's picture
Upload folder using huggingface_hub
4a51346
raw
history blame
250 Bytes
"use strict";
const { Linter } = require("./linter");
const interpolate = require("./interpolate");
const SourceCodeFixer = require("./source-code-fixer");
module.exports = {
Linter,
// For testers.
SourceCodeFixer,
interpolate
};