@xec-sh/cli
Version:
Xec: The Universal Shell for TypeScript
14 lines (13 loc) • 772 B
TypeScript
import './globals.js';
export * from '@xec-sh/core';
export { ModuleLoader } from './utils/module-loader.js';
export declare const fs: any;
export declare const os: any;
export declare const glob: any;
export declare const path: any;
export declare const fetch: any;
export declare const which: any;
export { createTargetEngine } from './utils/direct-execution.js';
export { ps, cd, env, csv, pwd, log, echo, exit, kill, yaml, diff, sleep, retry, quote, chalk, select, within, setEnv, tmpdir, spinner, confirm, tmpfile, loadEnv, question, password, template, parseArgs, multiselect, } from './utils/script-utils.js';
export type { Xec } from './globals.js';
export type { TargetType, TargetConfig, Configuration, CommandConfig, ResolvedTarget, } from './config/types.js';