UNPKG

dax

Version:

Cross platform shell tools inspired by zx.

8 lines 469 B
/** * Internal plumbing used to build `$`-style wrappers on top of `CommandBuilder` * (see `@david/dax`). Not part of the stable public API — types and behavior * may change without a semver major. */ export { type CommandBuilderStateCommand, getRegisteredCommandNamesSymbol, setCommandTextStateSymbol, template, templateRaw, } from "./src/command.js"; export { Box, LoggerTreeBox, symbols, TreeBox } from "./src/common.js"; //# sourceMappingURL=internal.d.ts.map