UNPKG

@kui-shell/core

Version:

An Electron-based shell for cloud-native development

11 lines (10 loc) 365 B
/** * The Read-Eval-Print Loop (REPL) * */ import encodeComponent from '../repl/encode'; export { encodeComponent }; import { split, _split, Split } from '../repl/split'; export { split, _split, Split }; export { exec, click, qexec, pexec, rexec, reexec, getImpl, setEvaluatorImpl } from '../repl/exec'; export { ReplEval, DirectReplEval } from '../repl/types';