UNPKG

@glyphtek/scriptit

Version:

A cross-runtime CLI and library for running scripts with environment management, TUI, and support for lambda functions. Optimized for Bun with compatibility for Node.js and Deno.

5 lines 159 B
// src/common/index.ts export * from "./logger/index.js"; export * from "./utils/index.js"; export * from "./types/index.js"; //# sourceMappingURL=index.js.map