UNPKG

@umac-js/terminal

Version:
13 lines (10 loc) 306 B
import { UmacCommand } from '@umac-js/utils'; declare const CMD: { readonly SHELL: "shell"; readonly OPEN: "open"; readonly SHELL_LIST: "list"; readonly SHELL_CHANGE: "change"; readonly SHELL_CURRENT: "current"; }; declare const cli: UmacCommand; export { CMD, cli, cli as default };