UNPKG

@xec-sh/cli

Version:

Xec: The Universal Shell for TypeScript

14 lines (13 loc) 717 B
import './globals.js'; export * from '@xec-sh/core'; export { ModuleLoader } from '@xec-sh/loader'; 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, kit, echo, exit, kill, yaml, diff, sleep, retry, quote, prism, within, setEnv, tmpdir, spinner, tmpfile, loadEnv, template, parseArgs, } from './utils/script-utils.js'; export type { Xec } from './globals.js'; export type { TargetType, TargetConfig, Configuration, CommandConfig, ResolvedTarget, } from './config/types.js';