UNPKG

99 BJavaScriptView Raw
1"use strict";
2
3const { CLIEngine } = require("./cli-engine");
4
5module.exports = {
6 CLIEngine
7};